Lines Matching defs:data
654 // data accordingly.
1808 // Check function data field is actually a BytecodeArray object.
2097 // Load deoptimization data from the code object.
2103 // Load the OSR entrypoint offset from the deoptimization data.
3211 // which can push arbitrary data onto the stack anyway, and so the GC won't
3576 // -- x3 : call data
3706 Register data = x4;
3710 DCHECK(!AreAliased(receiver, holder, callback, data, undef, isolate_address,
3713 __ LoadAnyTaggedField(data,
3721 // receiver, data, return value, return value default, isolate, holder,
3725 __ Push(receiver, data, undef, undef, isolate_address, holder, xzr, name);