• Home
  • Raw
  • Download

Lines Matching refs:bytecode_array

81 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array,  in BytecodeAnalysis()  argument
84 : bytecode_array_(bytecode_array), in BytecodeAnalysis()
94 liveness_map_(bytecode_array->length(), zone) { in BytecodeAnalysis()
211 Handle<BytecodeArray> bytecode_array, in UpdateOutLiveness() argument
244 HandlerTable table(*bytecode_array); in UpdateOutLiveness()
271 Handle<BytecodeArray> bytecode_array, in UpdateLiveness() argument
274 accessor, bytecode_array, liveness_map); in UpdateLiveness()
323 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone()); in Analyze()
437 current_offset, bytecode_array()->register_count(), zone()); in Analyze()
439 bytecode_array(), liveness_map_); in Analyze()
502 bytecode_array(), liveness_map_); in Analyze()
507 next_bytecode_in_liveness, iterator, bytecode_array(), in Analyze()
548 bytecode_array(), liveness_map_); in Analyze()
638 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in PrintLivenessTo()
669 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone()); in ResumeJumpTargetsAreValid()
772 interpreter::BytecodeArrayAccessor accessor(bytecode_array(), in ResumeJumpTargetLeavesResolveSuspendIds()
813 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone()); in LivenessIsValid()
815 BytecodeLivenessState previous_liveness(bytecode_array()->register_count(), in LivenessIsValid()
834 iterator, bytecode_array(), liveness_map_); in LivenessIsValid()
903 interpreter::BytecodeArrayIterator forward_iterator(bytecode_array()); in LivenessIsValid()