Searched refs:EmitTypeofIs (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h255 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input,
H A Dlithium-codegen-s390.cc5314 EmitTypeofIs(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), input,
5321 Condition LCodeGen::EmitTypeofIs(Label* true_label, Label* false_label, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h283 Condition EmitTypeofIs(Label* true_label,
H A Dlithium-codegen-arm.cc5064 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_),
5074 Condition LCodeGen::EmitTypeofIs(Label* true_label, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h269 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-codegen-ia32.cc4838 Condition final_branch_condition = EmitTypeofIs(instr, input);
4845 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h298 // Branch instruction after EmitTypeofIs.
299 Condition EmitTypeofIs(Label* true_label,
H A Dlithium-codegen-mips.cc5069 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_),
5085 Condition LCodeGen::EmitTypeofIs(Label* true_label, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h301 // Branch instruction after EmitTypeofIs.
302 Condition EmitTypeofIs(Label* true_label,
H A Dlithium-codegen-mips64.cc5262 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_),
5278 Condition LCodeGen::EmitTypeofIs(Label* true_label, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h256 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input,
H A Dlithium-codegen-ppc.cc5371 EmitTypeofIs(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), input,
5379 Condition LCodeGen::EmitTypeofIs(Label* true_label, Label* false_label, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h268 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-codegen-x64.cc5118 Condition final_branch_condition = EmitTypeofIs(instr, input);
5125 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h298 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-codegen-x87.cc5330 Condition final_branch_condition = EmitTypeofIs(instr, input);
5337 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { function in class:v8::internal::LCodeGen

Completed in 295 milliseconds