Home
last modified time | relevance | path

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

/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() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc445 gen_->AddProtectedInstructionLanding(pc_, __ pc_offset()); in Generate()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc704 gen_->AddProtectedInstructionLanding(pc_, __ pc_offset()); in Generate()