Lines Matching refs:currentFunc
1520 GateRef currentFunc = GetFunctionFromFrame(frame);
1521 SetModuleToFunction(glue, result, GetModuleFromFunction(currentFunc));
1522 SetHomeObjectToFunction(glue, result, GetHomeObjectFromFunction(currentFunc));
1550 GateRef currentFunc = GetFunctionFromFrame(frame);
1551 SetModuleToFunction(glue, result, GetModuleFromFunction(currentFunc));
1552 SetHomeObjectToFunction(glue, result, GetHomeObjectFromFunction(currentFunc));
2009 GateRef currentFunc = GetFunctionFromFrame(frame);
2010 GateRef res = CallRuntime(glue, RTSTUB_ID(DynamicImport), { acc, currentFunc });
2026 GateRef currentFunc = GetFunctionFromFrame(frame);
2027 GateRef method = GetMethodFromFunction(currentFunc);
2032 GateRef module = GetModuleFromFunction(currentFunc);
3776 GateRef currentFunc = GetFunctionFromFrame(frame);
3780 glue, imm, currentFunc, { pc, 0, true }, profileTypeInfo, slotId, callback);
4162 GateRef currentFunc = GetFunctionFromFrame(frame);
4164 { currentFunc, Int16ToTaggedInt(v0), Int16ToTaggedInt(range) });
4727 GateRef currentFunc = GetFunctionFromFrame(frame);
4728 GateRef method = GetMethodFromFunction(currentFunc);
4735 GateRef module = GetModuleFromFunction(currentFunc);
5379 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp));
5380 GateRef res = CallRuntime(glue, RTSTUB_ID(DynamicImport), { specifier, currentFunc });
5561 GateRef currentFunc = GetFunctionFromFrame(frame);
5564 GateRef module = GetModuleFromFunction(currentFunc);