Lines Matching refs:bytecode_array
84 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() argument
86 : bytecode_array_(bytecode_array), in BytecodeAnalysis()
93 liveness_map_(bytecode_array->length(), zone) {} in BytecodeAnalysis()
183 const Handle<BytecodeArray>& bytecode_array = accessor.bytecode_array(); in UpdateOutLiveness() local
203 HandlerTable* table = HandlerTable::cast(bytecode_array->handler_table()); in UpdateOutLiveness()
250 BytecodeArrayRandomIterator iterator(bytecode_array(), zone()); in Analyze()
305 current_offset, bytecode_array()->register_count(), zone()); in Analyze()
465 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in PrintLivenessTo()
493 BytecodeArrayRandomIterator iterator(bytecode_array(), zone()); in LivenessIsValid()
495 BytecodeLivenessState previous_liveness(bytecode_array()->register_count(), in LivenessIsValid()
553 BytecodeArrayIterator forward_iterator(bytecode_array()); in LivenessIsValid()