Lines Matching full:bytecodearray
659 TYPE_CHECKER(BytecodeArray, BYTECODE_ARRAY_TYPE)
3284 CAST_ACCESSOR(BytecodeArray)
4168 byte BytecodeArray::get(int index) {
4174 void BytecodeArray::set(int index, byte value) {
4180 void BytecodeArray::set_frame_size(int frame_size) {
4187 int BytecodeArray::frame_size() const {
4192 int BytecodeArray::register_count() const {
4197 void BytecodeArray::set_parameter_count(int number_of_parameters) {
4205 int BytecodeArray::interrupt_budget() const {
4209 void BytecodeArray::set_interrupt_budget(int interrupt_budget) {
4214 int BytecodeArray::osr_loop_nesting_level() const {
4218 void BytecodeArray::set_osr_loop_nesting_level(int depth) {
4224 int BytecodeArray::parameter_count() const {
4231 ACCESSORS(BytecodeArray, constant_pool, FixedArray, kConstantPoolOffset)
4232 ACCESSORS(BytecodeArray, handler_table, FixedArray, kHandlerTableOffset)
4233 ACCESSORS(BytecodeArray, source_position_table, ByteArray,
4236 Address BytecodeArray::GetFirstBytecodeAddress() {
4241 int BytecodeArray
4243 int BytecodeArray::SizeIncludingMetadata() {
4567 return reinterpret_cast<BytecodeArray*>(this)->BytecodeArraySize();
5509 BytecodeArray* AbstractCode::GetBytecodeArray() {
5510 return BytecodeArray::cast(this);
5989 BytecodeArray* DebugInfo::OriginalBytecodeArray() {
5994 BytecodeArray* DebugInfo::DebugBytecodeArray() {
5996 return BytecodeArray::cast(debug_bytecode_array());
6355 BytecodeArray* SharedFunctionInfo::bytecode_array() {
6357 return BytecodeArray::cast(function_data());
6360 void SharedFunctionInfo::set_bytecode_array(BytecodeArray* bytecode) {