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 195 int function_index = scope_info->FunctionContextSlotIndex(*name, &mode); local
196 if (function_index >= 0) {
199 function_index);
201 *index = function_index;
stub-cache.cc 724 int function_index = -1; local
726 function_index = Context::STRING_FUNCTION_INDEX;
728 function_index = Context::SYMBOL_FUNCTION_INDEX;
730 function_index = Context::NUMBER_FUNCTION_INDEX;
732 function_index = Context::BOOLEAN_FUNCTION_INDEX;
739 masm(), function_index, scratch1(), miss); local
740 Object* function = isolate()->native_context()->get(function_index);
    [all...]
accessors.cc 1039 int function_index = FindFunctionInFrame(frame, function); local
    [all...]
runtime.cc     [all...]

Completed in 202 milliseconds