Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.h135 return protected_instructions_.as_vector(); in protected_instructions()
171 protected_instructions_(std::move(protected_instructions)), in WasmCode()
202 OwnedVector<trap_handler::ProtectedInstructionData> protected_instructions_; variable
Dwasm-code-manager.cc256 if (!protected_instructions_.is_empty()) { in Disassemble()
580 if (!code->protected_instructions_.is_empty()) { in AddDeserializedCode()
598 if (!code->protected_instructions_.is_empty()) { in PublishCode()
/external/v8/src/compiler/
Dcode-generator.h431 ZoneVector<trap_handler::ProtectedInstructionData> protected_instructions_; variable
Dcode-generator.cc77 protected_instructions_(zone()), in CodeGenerator()
106 protected_instructions_.push_back({instr_offset, landing_offset}); in AddProtectedInstructionLanding()
378 protected_instructions_); in GetProtectedInstructions()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc160 protected_instructions_); in GetProtectedInstructions()
392 protected_instructions_.emplace_back( in GenerateOutOfLineCode()
1812 std::vector<trap_handler::ProtectedInstructionData> protected_instructions_; member in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler