Lines Matching defs:curMethod

319     GateRef curMethod = GetMethodFromFunction(curFunc);
320 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
552 GateRef curMethod = GetMethodFromFunction(GetFunctionFromFrame(frame));
553 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
554 GateRef constpool = GetConstpoolFromMethod(curMethod);
751 GateRef curMethod = GetMethodFromFunction(curFunc);
752 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
812 GateRef curMethod = GetMethodFromFunction(curFunc);
813 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
845 GateRef curMethod = GetMethodFromFunction(curFunc);
846 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
1344 GateRef curMethod = GetMethodFromFunction(curFunc);
1345 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
1372 GateRef curMethod = GetMethodFromFunction(curFunc);
1373 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
1622 GateRef curMethod = GetMethodFromFunction(curFunc);
1623 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
1753 GateRef curMethod = GetMethodFromFunction(curFunc);
1754 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
1782 GateRef curMethod = GetMethodFromFunction(curFunc);
1783 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
1815 GateRef curMethod = GetMethodFromJSFunctionOrProxy(curFunc);
1816 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod);
3335 GateRef curMethod =
3338 Load(VariableType::JS_POINTER(), curMethod, IntPtr(Method::CONSTANT_POOL_OFFSET));
3344 Load(VariableType::INT32(), curMethod, IntPtr(Method::LITERAL_INFO_OFFSET));
3380 SetHotnessCounter(glue, curMethod, *varHotnessCounter);
5609 GateRef curMethod =
5612 Load(VariableType::JS_POINTER(), curMethod, IntPtr(Method::CONSTANT_POOL_OFFSET));
5618 Load(VariableType::INT16(), curMethod, IntPtr(Method::LITERAL_INFO_OFFSET));
5655 SetHotnessCounter(glue, curMethod, *varHotnessCounter);