Lines Matching refs:bytecode_array
80 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() argument
82 : bytecode_array_(bytecode_array), in BytecodeAnalysis()
91 liveness_map_(bytecode_array->length(), zone) {} in BytecodeAnalysis()
208 const Handle<BytecodeArray>& bytecode_array = accessor.bytecode_array(); in UpdateOutLiveness() local
239 HandlerTable table(*bytecode_array); in UpdateOutLiveness()
319 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone()); in Analyze()
426 current_offset, bytecode_array()->register_count(), zone()); in Analyze()
619 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in PrintLivenessTo()
650 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone()); in ResumeJumpTargetsAreValid()
754 interpreter::BytecodeArrayAccessor assessor(bytecode_array(), in ResumeJumpTargetLeavesResolveSuspendIds()
795 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone()); in LivenessIsValid()
797 BytecodeLivenessState previous_liveness(bytecode_array()->register_count(), in LivenessIsValid()
885 interpreter::BytecodeArrayIterator forward_iterator(bytecode_array()); in LivenessIsValid()