Searched defs:EmitInverted (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc49 // The EmitInverted function simply inverts the condition.
60 virtual void EmitInverted(Label* label) const { function in class:v8::internal::BranchOnCondition
75 // EmitInverted still compares the two operands but inverts the condition.
91 virtual void EmitInverted(Label* label) const { function in class:v8::internal::CompareAndBranch
131 virtual void EmitInverted(Label* label) const { function in class:v8::internal::TestAndBranch
168 virtual void EmitInverted(Label* label) const { function in class:v8::internal::BranchIfNonZeroNumber
190 virtual void EmitInverted(Label* label) const { function in class:v8::internal::BranchIfHeapNumber
210 virtual void EmitInverted(Label* label) const { function in class:v8::internal::BranchIfRoot
1385 branch.EmitInverted(chunk_->GetAssemblyLabel(right_block));

Completed in 119 milliseconds