Home
last modified time | relevance | path

Searched refs:instr_offset (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/trap-handler/
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()
Dhandler-inside.cc63 if (data->instructions[j].instr_offset == offset) { in TryFindLandingPad()
Dtrap-handler.h70 uint32_t instr_offset; member
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dcodegen.c430 unsigned offset = branch->dest->instr_offset; in gpir_codegen_pass_slot()
583 block->instr_offset = num_instr; in gpir_codegen_prog()
Dgpir.h369 unsigned instr_offset; member
/third_party/mesa3d/src/amd/vulkan/
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()
932 start_addr, end_addr, instr_offset); in radv_dump_faulty_shader()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h150 void AddProtectedInstructionLanding(uint32_t instr_offset,
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/
Dwasm-code-manager.cc421 os << std::setw(10) << std::hex << data.instr_offset << std::setw(10) in Disassemble()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h16606 s32 instr_offset; member