Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc319 class WasmProtectedInstructionTrap final : public WasmOutOfLineTrap { class
321 WasmProtectedInstructionTrap(CodeGenerator* gen, int pc, Instruction* instr) in WasmProtectedInstructionTrap() function in v8::internal::compiler::__anonf3d38af20111::WasmProtectedInstructionTrap
339 new (zone) WasmProtectedInstructionTrap(codegen, pc, instr); in EmitOOLTrapIfNeeded()