HomeSort by relevance Sort by last modified time
    Searched refs:protected_instructions_ (Results 1 - 5 of 5) sorted by null

  /external/v8/src/wasm/
wasm-code-manager.h 135 return protected_instructions_.as_vector();
171 protected_instructions_(std::move(protected_instructions)),
202 OwnedVector<trap_handler::ProtectedInstructionData> protected_instructions_; variable
wasm-code-manager.cc 256 if (!protected_instructions_.is_empty()) {
580 if (!code->protected_instructions_.is_empty()) {
598 if (!code->protected_instructions_.is_empty()) {
    [all...]
  /external/v8/src/compiler/
code-generator.h 431 ZoneVector<trap_handler::ProtectedInstructionData> protected_instructions_; member in class:v8::internal::compiler::final
code-generator.cc 77 protected_instructions_(zone()),
106 protected_instructions_.push_back({instr_offset, landing_offset});
378 protected_instructions_);
    [all...]
  /external/v8/src/wasm/baseline/
liftoff-compiler.cc 160 protected_instructions_);
392 protected_instructions_.emplace_back(
1812 std::vector<trap_handler::ProtectedInstructionData> protected_instructions_; variable
    [all...]

Completed in 48 milliseconds