Lines Matching defs:function
1806 // ObjectAddressToRange function may cause obj is not an object. GC may not mark this obj.
1829 // ObjectAddressToRange function may cause obj is not an object. GC may not mark this obj.
5642 GateRef function = GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv, GlobalEnv::HASINSTANCE_FUNCTION_INDEX);
5647 GateRef isEqual = IntPtrEqual(instof, function);
10185 void StubBuilder::SetCompiledCodeFlagToFunctionFromMethod(GateRef glue, GateRef function, GateRef method)
10192 SetCompiledCodeFlagToFunction(glue, function, compiledCodeFlag);
10195 void StubBuilder::UpdateProfileTypeInfoCellToFunction(GateRef glue, GateRef function,
10215 SetRawProfileTypeInfoToFunction(glue, function, newProfileTypeInfoCell);
10221 SetRawProfileTypeInfoToFunction(glue, function, slotValue);
10222 TryToJitReuseCompiledFunc(glue, function, slotValue);