Home
last modified time | relevance | path

Searched refs:GetMethodFromConstPool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp522 GateRef method = GetMethodFromConstPool(glue, constpool, module, index); in NewJSFunction()
Dstub_builder.h673 GateRef GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef index, GateRef module);
Dinterpreter_stub.cpp4413 GetMethodFromConstPool(glue, constpool, GetModule(sp), ZExtInt16ToInt32(methodId))); in DECLARE_ASM_HANDLER()
4432 GetMethodFromConstPool(glue, constpool, GetModule(sp), ZExtInt16ToInt32(methodId))); in DECLARE_ASM_HANDLER()
Dstub_builder.cpp5937 GateRef StubBuilder::GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef module, GateRe… in GetMethodFromConstPool() function in panda::ecmascript::kungfu::StubBuilder