Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h571 GateRef GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef index);
Dinterpreter_stub.cpp4095 GetMethodFromConstPool(glue, constpool, ZExtInt16ToInt32(methodId))); in DECLARE_ASM_HANDLER()
4122 GetMethodFromConstPool(glue, constpool, ZExtInt16ToInt32(methodId))); in DECLARE_ASM_HANDLER()
4149 GetMethodFromConstPool(glue, constpool, ZExtInt16ToInt32(methodId))); in DECLARE_ASM_HANDLER()
4174 GetMethodFromConstPool(glue, constpool, ZExtInt16ToInt32(methodId))); in DECLARE_ASM_HANDLER()
Dstub_builder.cpp4848 GateRef StubBuilder::GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetMethodFromConstPool() function in panda::ecmascript::kungfu::StubBuilder