Home
last modified time | relevance | path

Searched refs:GetEntrypoint (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/runtime/arch/
H A Dstub_test.cc405 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { in GetEntrypoint() function in art::StubTest
690 StubTest::GetEntrypoint(self, kQuickCheckInstanceOf); in TEST_F()
1057 StubTest::GetEntrypoint(self, kQuickSet8Static), in GetSetBooleanStatic()
1087 StubTest::GetEntrypoint(self, kQuickSet8Static), in GetSetByteStatic()
1188 StubTest::GetEntrypoint(self, kQuickSet16Static), in GetSetCharStatic()
1218 StubTest::GetEntrypoint(self, kQuickSet16Static), in GetSetShortStatic()
1318 StubTest::GetEntrypoint(self, kQuickSet32Static), in GetSet32Static()
1391 StubTest::GetEntrypoint(self, kQuickSetObjStatic), in set_and_check_static()
1734 StubTest::GetEntrypoint(self, kQuickQuickToInterpreterBridge))); in TEST_F()
1822 StubTest::GetEntrypoint(self, in TEST_F()
[all …]
/aosp12/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc132 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) { in VisitClinitCheck()
218 if (new_inst != nullptr && new_inst->GetEntrypoint() == kQuickAllocObjectResolved) { in VisitConstructorFence()
H A Dnodes.cc3181 return GetEntrypoint() == kQuickAllocStringObject; in IsStringAlloc()
H A Dnodes.h4518 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; }
H A Dcode_generator_arm64.cc5685 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
H A Dcode_generator_x86_64.cc4708 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
H A Dcode_generator_arm_vixl.cc5431 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
H A Dcode_generator_x86.cc4895 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()