Home
last modified time | relevance | path

Searched defs:GetMethod (Results 1 – 15 of 15) sorted by relevance

/ark/runtime_core/runtime/include/
Dcframe.h122 Method *GetMethod() in GetMethod() function
127 const Method *GetMethod() const in GetMethod() function
Dvtable_builder.h106 Method *GetMethod() const in GetMethod() function
/ark/js_runtime/ecmascript/tooling/backend/
Djs_debugger.h33 JSMethod *GetMethod() const in GetMethod() function
Ddebugger_api.cpp78 JSMethod *DebuggerApi::GetMethod(const EcmaVM *ecmaVm) in GetMethod() function in panda::ecmascript::tooling::DebuggerApi
93 JSMethod *DebuggerApi::GetMethod(const InterpretedFrameHandler *frameHandler) in GetMethod() function in panda::ecmascript::tooling::DebuggerApi
/ark/js_runtime/ecmascript/tooling/
Ddispatcher.h69 const std::string &GetMethod() const in GetMethod() function
/ark/runtime_core/verification/job_queue/
Djob.h79 const CachedMethod &GetMethod(uint32_t offset) const in GetMethod() function
/ark/runtime_core/runtime/
Dclass_linker.cpp1077 Method *ClassLinker::GetMethod(const panda_file::File &pf, panda_file::File::EntityId id, in GetMethod() function in panda::ClassLinker
1115 Method *ClassLinker::GetMethod(const Method &caller, panda_file::File::EntityId id, in GetMethod() function in panda::ClassLinker
1144 Method *ClassLinker::GetMethod(const Class *klass, const panda_file::MethodDataAccessor &method_dat… in GetMethod() function in panda::ClassLinker
1289 Method *ClassLinker::GetMethod(std::string_view panda_file, panda_file::File::EntityId id) in GetMethod() function in panda::ClassLinker
Dstack_walker.cpp73 Method *StackWalker::GetMethod() in GetMethod() function in panda::StackWalker
/ark/runtime_core/runtime/interpreter/
Dframe.h161 ALWAYS_INLINE inline Method *GetMethod() const in GetMethod() function
/ark/js_runtime/ecmascript/interpreter/
Dframe_handler.cpp133 JSMethod *InterpretedFrameHandler::GetMethod() const in GetMethod() function in panda::ecmascript::InterpretedFrameHandler
/ark/runtime_core/runtime/tooling/
Ddebugger.h48 Method *GetMethod() const in GetMethod() function
/ark/runtime_core/runtime/tests/
Dclass_linker_test.cpp596 static Method *GetMethod(ClassLinker *class_linker, const char *class_name, const char *method_name) in GetMethod() function
/ark/runtime_core/disassembler/
Ddisassembler.cpp175 void Disassembler::GetMethod(pandasm::Function *method, const panda_file::File::EntityId &method_id) in GetMethod() function in panda::disasm::Disassembler
/ark/js_runtime/ecmascript/tests/
Djs_object_test.cpp454 HWTEST_F_L0(JSObjectTest, GetMethod) in HWTEST_F_L0() argument
/ark/js_runtime/ecmascript/
Djs_object.cpp1160 JSHandle<JSTaggedValue> JSObject::GetMethod(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetMethod() function in panda::ecmascript::JSObject