Searched refs:GetMethodFromConstPool (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 571 GateRef GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef index);
|
| D | interpreter_stub.cpp | 4095 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()
|
| D | stub_builder.cpp | 4848 GateRef StubBuilder::GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetMethodFromConstPool() function in panda::ecmascript::kungfu::StubBuilder
|