Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc1203 for (int context_slot = 0; in WriteBodyInternal() local
1204 context_slot < context_slots; in WriteBodyInternal()
1205 ++context_slot) { in WriteBodyInternal()
1208 builder.AddFormatted("context_slot%d", context_slot + internal_slots); in WriteBodyInternal()
1384 for (int context_slot = 0; in WriteBodyInternal() local
1385 context_slot < context_slots; in WriteBodyInternal()
1386 ++context_slot) { in WriteBodyInternal()
/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc851 TVARIABLE(IntPtrT, context_slot); in GetDefaultConstructor()
857 context_slot = IntPtrConstant(typed_array_function_index); in GetDefaultConstructor()
860 return LoadContextElement(LoadNativeContext(context), context_slot.value()); in GetDefaultConstructor()