Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dheap-refs.h573 MapRef GetFunctionMapFromIndex(int index) const;
Dheap-refs.cc1698 MapRef NativeContextRef::GetFunctionMapFromIndex(int index) const { in GetFunctionMapFromIndex() function in v8::internal::compiler::NativeContextRef
Djs-create-lowering.cc946 native_context().GetFunctionMapFromIndex(shared.function_map_index()); in ReduceJSCreateClosure()