Searched refs:GetEntrypoint (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/runtime/arch/ |
H A D | stub_test.cc | 405 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 D | prepare_for_register_allocation.cc | 132 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) { in VisitClinitCheck() 218 if (new_inst != nullptr && new_inst->GetEntrypoint() == kQuickAllocObjectResolved) { in VisitConstructorFence()
|
H A D | nodes.cc | 3181 return GetEntrypoint() == kQuickAllocStringObject; in IsStringAlloc()
|
H A D | nodes.h | 4518 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; }
|
H A D | code_generator_arm64.cc | 5685 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|
H A D | code_generator_x86_64.cc | 4708 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|
H A D | code_generator_arm_vixl.cc | 5431 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|
H A D | code_generator_x86.cc | 4895 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|