HomeSort by relevance Sort by last modified time
    Searched refs:function_index (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
contexts.cc 237 int function_index = scope_info->FunctionContextSlotIndex(*name, &mode); local
238 if (function_index >= 0) {
241 function_index);
243 *index = function_index;
accessors.cc 1108 int function_index = FindFunctionInFrame(frame, function); local
    [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/src/ic/
handler-compiler.cc 94 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 108 milliseconds