Home
last modified time | relevance | path

Searched refs:instr_offset (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-outside.cc82 TH_DCHECK(data->instructions[j].instr_offset >= 0); in ValidateCodeObjects()
83 TH_DCHECK(data->instructions[j].instr_offset < data->size); in ValidateCodeObjects()
87 data->instructions[j].instr_offset); in ValidateCodeObjects()
H A Dhandler-inside.cc59 // ProtectedInstructionData::instr_offset. in TryFindLandingPad()
63 if (data->instructions[j].instr_offset == offset) { in TryFindLandingPad()
H A Dtrap-handler.h70 uint32_t instr_offset; member
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c430 unsigned offset = branch->dest->instr_offset; in gpir_codegen_pass_slot()
583 block->instr_offset = num_instr; in gpir_codegen_prog()
H A Dgpir.h369 unsigned instr_offset; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c919 uint32_t instr_offset; in radv_dump_faulty_shader() local
927 instr_offset = faulty_pc - start_addr; in radv_dump_faulty_shader()
931 "VA=[0x%" PRIx64 "-0x%" PRIx64 "], instr_offset=%d\n", in radv_dump_faulty_shader()
932 start_addr, end_addr, instr_offset); in radv_dump_faulty_shader()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h150 void AddProtectedInstructionLanding(uint32_t instr_offset,
H A Dcode-generator.cc109 void CodeGenerator::AddProtectedInstructionLanding(uint32_t instr_offset, in AddProtectedInstructionLanding() argument
111 protected_instructions_.push_back({instr_offset, landing_offset}); in AddProtectedInstructionLanding()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc421 os << std::setw(10) << std::hex << data.instr_offset << std::setw(10) in Disassemble()

Completed in 13 milliseconds