Lines Matching defs:current
898 // in the current native context.
905 TNode<HeapObject> current = var_current.value();
906 TNode<Uint16T> current_instance_type = LoadInstanceType(current);
914 // Check that the JSFunction {current} is in the current native
917 CAST(LoadObjectField(current, JSFunction::kContextOffset));
927 // Continue with the [[BoundTargetFunction]] of {current}.
929 current, JSBoundFunction::kBoundTargetFunctionOffset);
1015 // Make sure we include the current bytecode in the budget calculation.
1296 // current bytecode and the start of the first one, to simulate backedge to
1299 // With headers and current offset, the bytecode array layout looks like:
1303 // |<------ current offset ------->