Searched refs:GetProfileTypeInfoFromMethod (Results 1 – 3 of 3) sorted by relevance
105 inline GateRef GetProfileTypeInfoFromMethod(GateRef function);
2534 varProfileTypeInfo = GetProfileTypeInfoFromMethod(method); in DECLARE_ASM_HANDLER()2606 varProfileTypeInfo = GetProfileTypeInfoFromMethod(method); in DECLARE_ASM_HANDLER()2688 varProfileTypeInfo = GetProfileTypeInfoFromMethod(method); in DECLARE_ASM_HANDLER()2768 varProfileTypeInfo = GetProfileTypeInfoFromMethod(method); in DECLARE_ASM_HANDLER()3089 varProfileTypeInfo = GetProfileTypeInfoFromMethod(method); in DECLARE_ASM_HANDLER()4776 varProfileTypeInfo = GetProfileTypeInfoFromMethod(method); in DECLARE_ASM_HANDLER_NOPRINT()4818 varProfileTypeInfo = GetProfileTypeInfoFromMethod(method); in DECLARE_ASM_HANDLER()4897 varProfileTypeInfo = GetProfileTypeInfoFromMethod(method); in DECLARE_ASM_HANDLER()
272 GateRef InterpreterStubBuilder::GetProfileTypeInfoFromMethod(GateRef method) in GetProfileTypeInfoFromMethod() function