Searched refs:EmitJumpIfNotSmi (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc69 void EmitJumpIfNotSmi(Register reg, Label* target) { function in class:v8::internal::BASE_EMBEDDED
848 patch_site.EmitJumpIfNotSmi(r2, &slow_case);
4208 patch_site.EmitJumpIfNotSmi(r2, &slow_case);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc60 void EmitJumpIfNotSmi(Register reg, NearLabel* target) { function in class:v8::internal::BASE_EMBEDDED
806 patch_site.EmitJumpIfNotSmi(ecx, &slow_case);
4178 patch_site.EmitJumpIfNotSmi(ecx, &slow_case);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc60 void EmitJumpIfNotSmi(Register reg, NearLabel* target) { function in class:v8::internal::BASE_EMBEDDED
807 patch_site.EmitJumpIfNotSmi(rcx, &slow_case);
4151 patch_site.EmitJumpIfNotSmi(rcx, &slow_case);

Completed in 72 milliseconds