Home
last modified time | relevance | path

Searched refs:GetFunctionMapFromIndex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Djs-heap-broker.h254 MapRef GetFunctionMapFromIndex(int index) const;
Djs-heap-broker.cc1070 MapRef NativeContextRef::GetFunctionMapFromIndex(int index) const { in GetFunctionMapFromIndex() function in v8::internal::compiler::NativeContextRef
Djs-create-lowering.cc978 native_context_ref().GetFunctionMapFromIndex(shared.function_map_index()); in ReduceJSCreateClosure()