Lines Matching defs:context
747 Register context, int slot_index, int depth,
749 if (context.is_current_context() && depth == 0) {
757 OutputLdaImmutableContextSlot(context, slot_index, depth);
760 OutputLdaContextSlot(context, slot_index, depth);
765 BytecodeArrayBuilder& BytecodeArrayBuilder::StoreContextSlot(Register context,
768 if (context.is_current_context() && depth == 0) {
771 OutputStaContextSlot(context, slot_index, depth);
1060 BytecodeArrayBuilder& BytecodeArrayBuilder::PushContext(Register context) {
1061 OutputPushContext(context);
1065 BytecodeArrayBuilder& BytecodeArrayBuilder::PopContext(Register context) {
1066 OutputPopContext(context);
1137 Register context) {
1143 handler_table_builder()->SetContextRegister(handler_id, context);