Lines Matching defs:method
101 extern "C" int HasCompiledCode(Method *method) in HasCompiledCode()
106 extern "C" bool IncrementHotnessCounter(Method *method) in IncrementHotnessCounter()
112 extern "C" NO_ADDRESS_SANITIZE void InterpreterEntryPoint(Method *method, Frame *frame) in InterpreterEntryPoint()
501 extern "C" Frame *CreateFrameWithSize(uint32_t size, uint32_t nregs, Method *method, Frame *prev) in CreateFrameWithSize()
516 Method *method, Frame *prev) in CreateFrameWithActualArgsAndSize()
529 Method *method, Frame *prev) in CreateNativeFrameWithActualArgsAndSize()
541 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame()
547 static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t num_actual_args, Method *method, F… in CreateFrameWithActualArgs()
553 extern "C" Frame *CreateFrameForMethod(Method *method, Frame *prev) in CreateFrameForMethod()
559 extern "C" Frame *CreateFrameForMethodDyn(Method *method, Frame *prev) in CreateFrameForMethodDyn()
565 extern "C" Frame *CreateFrameForMethodWithActualArgs(uint32_t num_actual_args, Method *method, Fram… in CreateFrameForMethodWithActualArgs()
572 extern "C" Frame *CreateFrameForMethodWithActualArgsDyn(uint32_t num_actual_args, Method *method, F… in CreateFrameForMethodWithActualArgsDyn()
585 extern "C" uintptr_t GetStaticFieldAddressEntrypoint(Method *method, uint32_t field_id) in GetStaticFieldAddressEntrypoint()
599 extern "C" uintptr_t GetUnknownStaticFieldMemoryAddressEntrypoint(Method *method, uint32_t field_id… in GetUnknownStaticFieldMemoryAddressEntrypoint()
619 extern "C" uintptr_t GetUnknownStaticFieldPtrEntrypoint(Method *method, uint32_t field_id, size_t *… in GetUnknownStaticFieldPtrEntrypoint()
653 extern "C" size_t GetFieldOffsetEntrypoint(Method *method, uint32_t field_id) in GetFieldOffsetEntrypoint()
716 …Method *method = Runtime::GetCurrent()->GetClassLinker()->GetMethod(*caller, panda_file::File::Ent… in ResolveVirtualCallAotEntrypoint() local
762 …Method *method = runtime->GetClassLinker()->GetMethod(*caller, panda_file::File::EntityId(callee_i… in ResolveUnknownVirtualCallEntrypoint() local
803 …auto *method = Runtime::GetCurrent()->GetClassLinker()->GetMethod(*caller, panda_file::File::Entit… in GetCalleeMethodEntrypoint() local
816 auto *method = Runtime::GetCurrent()->GetClassLinker()->GetMethod(*caller, resolved_id); in GetCalleeMethodFromBytecodeId() local
825 extern "C" Method *ResolveVirtualMethod(const Method *method, const ObjectHeader *obj) in ResolveVirtualMethod()
839 …auto *method = Runtime::GetCurrent()->GetClassLinker()->GetMethod(*caller, panda_file::File::Entit… in GetUnknownCalleeMethodEntrypoint() local
918 extern "C" NO_ADDRESS_SANITIZE void AbstractMethodErrorEntrypoint(Method *method) in AbstractMethodErrorEntrypoint()
1000 extern "C" DecodedTaggedValue GetInitialTaggedValue(Method *method) in GetInitialTaggedValue()
1042 …C" NO_ADDRESS_SANITIZE void IncompatibleClassChangeErrorForMethodConflictEntrypoint(Method *method) in IncompatibleClassChangeErrorForMethodConflictEntrypoint()
1057 extern "C" const uint8_t *GetInstructionsByMethod(const Method *method) in GetInstructionsByMethod()
1063 extern "C" size_t GetNumVregsByMethod(const Method *method) in GetNumVregsByMethod()
1069 extern "C" size_t GetNumArgsByMethod(const Method *method) in GetNumArgsByMethod()
1087 [[maybe_unused]] auto method = va_arg(args, const Method *); in TraceEntrypoint() local
1095 [[maybe_unused]] auto method = va_arg(args, const Method *); in TraceEntrypoint() local