Searched defs:function_index (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dcontexts.cc237 int function_index = scope_info->FunctionContextSlotIndex(*name, &mode); local
238 if (function_index >= 0) {
241 function_index);
243 *index = function_index;
H A Daccessors.cc1108 int function_index = FindFunctionInFrame(frame, function); local
1109 if (function_index < 0) continue;
1111 if (function_index > 0) {
1116 return ArgumentsForInlinedFunction(frame, function, function_index);
/external/chromium_org/v8/src/ic/
H A Dhandler-compiler.cc94 int function_index = -1; local
96 function_index = Context::STRING_FUNCTION_INDEX;
98 function_index = Context::SYMBOL_FUNCTION_INDEX;
100 function_index = Context::NUMBER_FUNCTION_INDEX;
102 function_index = Context::BOOLEAN_FUNCTION_INDEX;
108 GenerateDirectLoadGlobalFunctionPrototype(masm(), function_index, local
110 Object* function = isolate()->native_context()->get(function_index);

Completed in 1179 milliseconds