Home
last modified time | relevance | path

Searched refs:function_map_index (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc95 Node* const function_map_index = IntPtrAdd( in TF_BUILTIN() local
99 function_map_index, in TF_BUILTIN()
106 LoadContextElement(native_context, function_map_index); in TF_BUILTIN()
/external/v8/src/objects/
Dshared-function-info.h460 DECL_INT_ACCESSORS(function_map_index)
Dshared-function-info-inl.h251 int SharedFunctionInfo::function_map_index() const { in function_map_index() function
/external/v8/src/compiler/
Djs-heap-broker.h384 V(int, function_map_index) \
Djs-create-lowering.cc978 native_context_ref().GetFunctionMapFromIndex(shared.function_map_index()); in ReduceJSCreateClosure()
/external/v8/src/
Dobjects-debug.cc1002 CHECK_EQ(expected_map_index, function_map_index()); in SharedFunctionInfoVerify()
Dobjects-printer.cc1415 os << "\n - function_map_index: " << function_map_index(); in SharedFunctionInfoPrint()
Dobjects.cc9751 shared_info->function_map_index())), in AsLanguageMode()
/external/v8/src/heap/
Dfactory.cc2421 Map::cast(context->native_context()->get(info->function_map_index())), in NewFunctionFromSharedFunctionInfo()
2431 Map::cast(context->native_context()->get(info->function_map_index())), in NewFunctionFromSharedFunctionInfo()