Searched refs:outer_state (Results 1 – 3 of 3) sorted by relevance
305 if (descriptor->outer_state() != NULL) { in BuildTranslationForFrameStateDescriptor()306 BuildTranslationForFrameStateDescriptor(descriptor->outer_state(), instr, in BuildTranslationForFrameStateDescriptor()329 frame_state_offset += descriptor->outer_state()->GetTotalSize(); in BuildTranslationForFrameStateDescriptor()
995 FrameStateDescriptor* outer_state = NULL; in GetFrameStateDescriptor() local998 outer_state = GetFrameStateDescriptor(outer_node); in GetFrameStateDescriptor()1002 FrameStateDescriptor(state_info, parameters, locals, stack, outer_state); in GetFrameStateDescriptor()1024 if (descriptor->outer_state() != NULL) { in AddFrameStateInputs()1025 AddFrameStateInputs(state->InputAt(4), inputs, descriptor->outer_state()); in AddFrameStateInputs()
707 FrameStateDescriptor* outer_state = NULL)714 outer_state_(outer_state),723 FrameStateDescriptor* outer_state() const { return outer_state_; } in outer_state() function