Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc223 TVARIABLE(IntPtrT, context_slot); in GetDefaultConstructor()
229 context_slot = IntPtrConstant(typed_array_function_index); in GetDefaultConstructor()
233 LoadContextElement(LoadNativeContext(context), context_slot.value())); in GetDefaultConstructor()
/external/v8/src/diagnostics/
Dgdb-jit.cc1124 for (int context_slot = 0; context_slot < context_slots; ++context_slot) { in WriteBodyInternal() local
1127 builder.AddFormatted("context_slot%d", context_slot + internal_slots); in WriteBodyInternal()
1295 for (int context_slot = 0; context_slot < context_slots; ++context_slot) { in WriteBodyInternal() local