Lines Matching defs:data
700 const BlockEffectControlData& data =
702 if (!effect) effect = data.current_effect;
703 if (data.current_effect != effect) {
791 BlockEffectControlData* data = &block_effects.For(block, successor);
792 if (data->current_effect == nullptr) {
793 data->current_effect = gasm()->effect();
795 if (data->current_control == nullptr) {
796 data->current_control = gasm()->control();
798 data->current_frame_state = frame_state;
5194 static_cast<int>(offsetof(v8::FastApiCallbackOptions, data)),
5205 0, // no data
5620 // Compute the data pointer, handling the case where the {external} pointer
5621 // is the effective data pointer (i.e. the {base} is Smi zero).