Lines Matching defs:context

179     // Search all deoptimizing code in the native context of the function.
335 // Walk over all optimized code objects in this native context.
391 Object context = isolate->heap()->native_contexts_list();
392 while (!context.IsUndefined(isolate)) {
393 NativeContext native_context = NativeContext::cast(context);
397 context = native_context.next_context_link();
408 Object context = isolate->heap()->native_contexts_list();
409 while (!context.IsUndefined(isolate)) {
410 NativeContext native_context = NativeContext::cast(context);
412 context = native_context.next_context_link();
621 // Count all entries in the deoptimizing code list of every context.
622 Object context = isolate->heap()->native_contexts_list();
623 while (!context.IsUndefined(isolate)) {
624 NativeContext native_context = NativeContext::cast(context);
634 context = Context::cast(context).next_context_link();
1046 // context, the function and the bytecode offset. Synthesize
1085 // For the bottommost output frame the context can be gotten from the input
1089 // When deoptimizing into a catch block, we need to take the context
1099 // Read the context from the translations.
1100 Object context = context_pos->GetRawValue();
1101 output_frame->SetContext(static_cast<intptr_t>(context.ptr()));
1102 frame_writer.PushTranslatedValue(context_pos, "context");
1234 // Clear the context register. The context might be a de-materialized object
1398 frame_writer.PushRawValue(marker, "context (construct stub sentinel)\n");
1400 frame_writer.PushTranslatedValue(value_iterator++, "context");
1466 // Clear the context register. The context might be a de-materialized object
1604 // | context |<- this non-standard context slot contains
1605 // +-------------------------+ the context, even for non-JS builtins.
1775 // The context register is always implicit in the CallInterfaceDescriptor but
1780 Object context = value_iterator->GetRawValue();
1781 const intptr_t value = context.ptr();
1812 // A marker value is used in place of the context.
1816 "context (builtin continuation sentinel)\n");
1829 // The context even if this is a stub continuation frame. We can't use the
1830 // usual context slot, because we must store the frame marker there.
1832 "builtin JavaScript context\n");
1886 // Clear the context register. The context might be a de-materialized object
1983 // The fp-to-sp delta already takes the context, constant pool pointer and the