Home | History | Annotate | Download | only in debug

Lines Matching defs:bytecode_array

294   BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray();
296 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset()));
325 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray();
327 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset()));
331 bytecode_array->set(code_offset(),
339 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray();
341 bytecode_array->set(code_offset(), original->get(code_offset()));
348 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray();
350 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset()));