Lines Matching defs:bytecode_array
87 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array,
90 : bytecode_array_(bytecode_array),
274 Handle<BytecodeArray> bytecode_array,
312 bytecode_array->register_count(), zone);
337 HandlerTable table(*bytecode_array);
367 Handle<BytecodeArray> bytecode_array,
373 liveness, next_bytecode_in_liveness, iterator, bytecode_array, \
386 Handle<BytecodeArray> bytecode_array,
389 liveness, *next_bytecode_in_liveness, iterator, bytecode_array,
412 Handle<BytecodeArray> bytecode_array,
418 liveness, next_bytecode_in_liveness, iterator, bytecode_array, \
471 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone());
475 liveness_map_.emplace(bytecode_array()->length(), zone());
593 iterator, bytecode_array(), liveness_map(), zone());
655 bytecode_array(), liveness_map(), zone());
660 next_bytecode_in_liveness, iterator, bytecode_array(),
701 bytecode_array(), liveness_map(), zone());
797 interpreter::BytecodeArrayIterator iterator(bytecode_array());
819 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone());
922 interpreter::BytecodeArrayIterator iterator(bytecode_array(),
963 interpreter::BytecodeArrayRandomIterator iterator(bytecode_array(), zone());
965 BytecodeLivenessState previous_liveness(bytecode_array()->register_count(),
970 BytecodeLivenessState invalid_liveness(bytecode_array()->register_count(),
986 bytecode_array(), liveness_map(), zone());
1057 interpreter::BytecodeArrayIterator forward_iterator(bytecode_array());