Home
last modified time | relevance | path

Searched refs:protected_instructions_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h465 ZoneVector<trap_handler::ProtectedInstructionData> protected_instructions_; variable
Dcode-generator.cc83 protected_instructions_(codegen_zone), in CodeGenerator()
111 protected_instructions_.push_back({instr_offset, landing_offset}); in AddProtectedInstructionLanding()
446 base::Vector<byte>::cast(base::VectorOf(protected_instructions_))); in GetProtectedInstructionsData()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc507 protected_instructions_(compilation_zone),
539 base::VectorOf(protected_instructions_))); in GetProtectedInstructionsData()
935 protected_instructions_.emplace_back( in GenerateOutOfLineCode()
6519 ZoneVector<trap_handler::ProtectedInstructionData> protected_instructions_; member in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler