Home
last modified time | relevance | path

Searched refs:AllocateContext (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dallocation-builder.h52 void AllocateContext(int length, Handle<Map> map) { in AllocateContext() function
Djs-create-lowering.cc1250 a.AllocateContext(context_length, map); in ReduceJSCreateFunctionContext()
1278 a.AllocateContext(Context::MIN_CONTEXT_SLOTS, factory()->with_context_map()); in ReduceJSCreateWithContext()
1300 a.AllocateContext(Context::MIN_CONTEXT_SLOTS + 1, in ReduceJSCreateCatchContext()
1329 a.AllocateContext(context_length, factory()->block_context_map()); in ReduceJSCreateBlockContext()