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

/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h443 // emits code to branch when the condition holds and EmitInverted() emits
456 virtual void EmitInverted(Label* label) const = 0;
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
1228 branch.EmitInverted(chunk_->GetAssemblyLabel(right_block));

Completed in 82 milliseconds