Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h996 class LCmpHoleAndBranchD final : public LControlInstruction<1, 1> {
998 explicit LCmpHoleAndBranchD(LOperand* object, LOperand* temp) { in LCmpHoleAndBranchD() function
Dlithium-arm64.cc1247 return new(zone()) LCmpHoleAndBranchD(value, temp); in DoCompareHoleAndBranch()
Dlithium-codegen-arm64.cc2282 void LCodeGen::DoCmpHoleAndBranchD(LCmpHoleAndBranchD* instr) { in DoCmpHoleAndBranchD()