Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h103 inline GateRef GetConstpoolFromMethod(GateRef function);
Dinterpreter_stub.cpp2533 varConstpool = GetConstpoolFromMethod(method); in DECLARE_ASM_HANDLER()
2605 varConstpool = GetConstpoolFromMethod(method); in DECLARE_ASM_HANDLER()
2687 varConstpool = GetConstpoolFromMethod(method); in DECLARE_ASM_HANDLER()
2767 varConstpool = GetConstpoolFromMethod(method); in DECLARE_ASM_HANDLER()
3088 varConstpool = GetConstpoolFromMethod(method); in DECLARE_ASM_HANDLER()
4775 varConstpool = GetConstpoolFromMethod(method); in DECLARE_ASM_HANDLER_NOPRINT()
4819 varConstpool = GetConstpoolFromMethod(method); in DECLARE_ASM_HANDLER()
4896 varConstpool = GetConstpoolFromMethod(method); in DECLARE_ASM_HANDLER()
Dinterpreter_stub-inl.h288 GateRef InterpreterStubBuilder::GetConstpoolFromMethod(GateRef method) in GetConstpoolFromMethod() function