Searched refs:GetMethodFromConstPool (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 522 GateRef method = GetMethodFromConstPool(glue, constpool, module, index); in NewJSFunction()
|
| D | stub_builder.h | 673 GateRef GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef index, GateRef module);
|
| D | interpreter_stub.cpp | 4413 GetMethodFromConstPool(glue, constpool, GetModule(sp), ZExtInt16ToInt32(methodId))); in DECLARE_ASM_HANDLER() 4432 GetMethodFromConstPool(glue, constpool, GetModule(sp), ZExtInt16ToInt32(methodId))); in DECLARE_ASM_HANDLER()
|
| D | stub_builder.cpp | 5937 GateRef StubBuilder::GetMethodFromConstPool(GateRef glue, GateRef constpool, GateRef module, GateRe… in GetMethodFromConstPool() function in panda::ecmascript::kungfu::StubBuilder
|