Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.cpp53 const util::StringView &Literal::GetMethod() const in GetMethod() function in panda::es2panda::ir::Literal
/arkcompiler/toolchain/tooling/
Ddispatcher.h70 const std::string &GetMethod() const in GetMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.h94 auto GetMethod() const in GetMethod() function
Dinst_builder.h254 auto GetMethod() const in GetMethod() function
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp42 void Iterator::GetMethod(util::StringView name) const in GetMethod() function in panda::es2panda::compiler::Iterator
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h127 static Method *GetMethod(std::string_view method_name) in GetMethod() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp136 Method *FrameHandler::GetMethod() const in GetMethod() function in panda::ecmascript::FrameHandler
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp303 Method* Deoptimizier::GetMethod(JSTaggedValue &target) in GetMethod() function in panda::ecmascript::Deoptimizier
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h338 [[nodiscard]] const MethodLiteral* GetMethod() const in GetMethod() function
Dstub_builder.cpp3537 GateRef StubBuilder::GetMethod(GateRef glue, GateRef obj, GateRef key, GateRef profileTypeInfo, Gat… in GetMethod() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1506 auto GetMethod() const in GetMethod() function
2417 auto GetMethod() const in GetMethod() function
2714 RuntimeInterface::MethodPtr GetMethod() const in GetMethod() function
2766 RuntimeInterface::MethodPtr GetMethod() const in GetMethod() function
Dgraph.h809 auto GetMethod() const in GetMethod() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp115 std::unique_ptr<PtMethod> DebuggerApi::GetMethod(const EcmaVM *ecmaVm) in GetMethod() function in panda::ecmascript::tooling::DebuggerApi
134 Method *DebuggerApi::GetMethod(const FrameHandler *frameHandler) in GetMethod() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp163 void Disassembler::GetMethod(pandasm::Function *method, const panda_file::File::EntityId &method_id) in GetMethod() function in panda::disasm::Disassembler
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp454 HWTEST_F_L0(JSObjectTest, GetMethod) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1427 JSHandle<JSTaggedValue> JSObject::GetMethod(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetMethod() function in panda::ecmascript::JSObject