Home
last modified time | relevance | path

Searched refs:function_index (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Dhandler-compiler.cc94 int function_index = -1; in FrontendHeader() local
96 function_index = Context::STRING_FUNCTION_INDEX; in FrontendHeader()
98 function_index = Context::SYMBOL_FUNCTION_INDEX; in FrontendHeader()
100 function_index = Context::NUMBER_FUNCTION_INDEX; in FrontendHeader()
102 function_index = Context::BOOLEAN_FUNCTION_INDEX; in FrontendHeader()
108 GenerateDirectLoadGlobalFunctionPrototype(masm(), function_index, in FrontendHeader()
110 Object* function = isolate()->native_context()->get(function_index); in FrontendHeader()
/external/v8/src/
Dcontexts.cc237 int function_index = scope_info->FunctionContextSlotIndex(*name, &mode); in Lookup() local
238 if (function_index >= 0) { in Lookup()
241 function_index); in Lookup()
243 *index = function_index; in Lookup()
Daccessors.cc1108 int function_index = FindFunctionInFrame(frame, function); in GetFunctionArguments() local
1109 if (function_index < 0) continue; in GetFunctionArguments()
1111 if (function_index > 0) { in GetFunctionArguments()
1116 return ArgumentsForInlinedFunction(frame, function, function_index); in GetFunctionArguments()
Druntime.cc15750 int function_index = Smi::cast(smi_index)->value(); in FunctionForName() local
15751 return &(kIntrinsicFunctions[function_index]); in FunctionForName()