Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1084 class LCmpHoleAndBranchT final : public LControlInstruction<1, 0> {
1086 explicit LCmpHoleAndBranchT(LOperand* object) { in LCmpHoleAndBranchT() function
Dlithium-arm64.cc1317 return new(zone()) LCmpHoleAndBranchT(value); in DoCompareHoleAndBranch()
Dlithium-codegen-arm64.cc2316 void LCodeGen::DoCmpHoleAndBranchT(LCmpHoleAndBranchT* instr) { in DoCmpHoleAndBranchT()