Searched refs:GetConstpoolFromMethod (Results 1 – 3 of 3) sorted by relevance
103 inline GateRef GetConstpoolFromMethod(GateRef function);
2533 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()
288 GateRef InterpreterStubBuilder::GetConstpoolFromMethod(GateRef method) in GetConstpoolFromMethod() function