Lines Matching refs:BytecodeArray
24 CAST_ACCESSOR(BytecodeArray) in CAST_ACCESSOR() argument
131 BytecodeArray* AbstractCode::GetBytecodeArray() { in GetBytecodeArray()
132 return BytecodeArray::cast(this); in GetBytecodeArray()
600 byte BytecodeArray::get(int index) { in get()
605 void BytecodeArray::set(int index, byte value) { in set()
610 void BytecodeArray::set_frame_size(int frame_size) { in set_frame_size()
616 int BytecodeArray::frame_size() const { in frame_size()
620 int BytecodeArray::register_count() const { in register_count()
624 void BytecodeArray::set_parameter_count(int number_of_parameters) { in set_parameter_count()
632 interpreter::Register BytecodeArray::incoming_new_target_or_generator_register() in incoming_new_target_or_generator_register()
643 void BytecodeArray::set_incoming_new_target_or_generator_register( in set_incoming_new_target_or_generator_register()
656 int BytecodeArray::interrupt_budget() const { in interrupt_budget()
660 void BytecodeArray::set_interrupt_budget(int interrupt_budget) { in set_interrupt_budget()
665 int BytecodeArray::osr_loop_nesting_level() const { in osr_loop_nesting_level()
669 void BytecodeArray::set_osr_loop_nesting_level(int depth) { in set_osr_loop_nesting_level()
675 BytecodeArray::Age BytecodeArray::bytecode_age() const { in bytecode_age()
680 void BytecodeArray::set_bytecode_age(BytecodeArray::Age age) { in set_bytecode_age()
688 int BytecodeArray::parameter_count() const { in parameter_count()
694 ACCESSORS(BytecodeArray, constant_pool, FixedArray, kConstantPoolOffset) in ACCESSORS() argument
695 ACCESSORS(BytecodeArray, handler_table, ByteArray, kHandlerTableOffset) in ACCESSORS()
696 ACCESSORS(BytecodeArray, source_position_table, Object, in ACCESSORS()
699 void BytecodeArray::clear_padding() { in ACCESSORS()
705 Address BytecodeArray::GetFirstBytecodeAddress() { in GetFirstBytecodeAddress()
709 ByteArray* BytecodeArray::SourcePositionTable() { in SourcePositionTable()
717 void BytecodeArray::ClearFrameCacheFromSourcePositionTable() { in ClearFrameCacheFromSourcePositionTable()
725 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize()
727 int BytecodeArray::SizeIncludingMetadata() { in SizeIncludingMetadata()