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

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.h290 Condition EmitTypeofIs(Label* true_label,
H A Dlithium-codegen-arm.cc5514 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_),
5524 Condition LCodeGen::EmitTypeofIs(Label* true_label, function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.h277 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-codegen-ia32.cc5321 Condition final_branch_condition = EmitTypeofIs(instr, input);
5328 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.h307 // Branch instruction after EmitTypeofIs.
308 Condition EmitTypeofIs(Label* true_label,
H A Dlithium-codegen-mips.cc5493 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_),
5509 Condition LCodeGen::EmitTypeofIs(Label* true_label, function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.h308 // Branch instruction after EmitTypeofIs.
309 Condition EmitTypeofIs(Label* true_label,
H A Dlithium-codegen-mips64.cc5526 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_),
5542 Condition LCodeGen::EmitTypeofIs(Label* true_label, function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h271 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-codegen-x64.cc5504 Condition final_branch_condition = EmitTypeofIs(instr, input);
5511 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h305 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-codegen-x87.cc5915 Condition final_branch_condition = EmitTypeofIs(instr, input);
5922 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { function in class:v8::internal::LCodeGen

Completed in 185 milliseconds