Home
last modified time | relevance | path

Searched refs:AllocateContext (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dallocation-builder-inl.h29 void AllocationBuilder::AllocateContext(int variadic_part_length, MapRef map) { in AllocateContext() function in v8::internal::compiler::AllocationBuilder
H A Dallocation-builder.h45 inline void AllocateContext(int variadic_part_length, MapRef map);
H A Djs-create-lowering.cc1230 a.AllocateContext(context_length, native_context().eval_context_map()); in ReduceJSCreateFunctionContext()
1233 a.AllocateContext(context_length, in ReduceJSCreateFunctionContext()
1264 a.AllocateContext(Context::MIN_CONTEXT_EXTENDED_SLOTS, in ReduceJSCreateWithContext()
1284 a.AllocateContext(Context::MIN_CONTEXT_SLOTS + 1, in ReduceJSCreateCatchContext()
1309 a.AllocateContext(context_length, native_context().block_context_map()); in ReduceJSCreateBlockContext()

Completed in 5 milliseconds