Searched refs:JumpIfNotSmiCandidate (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h1215 inline void JumpIfNotSmiCandidate(Register value, Register scratch, function in class:v8::internal::MacroAssembler
H A Dmacro-assembler-ppc.cc3183 JumpIfNotSmiCandidate(index, r0, &index_tag_bad);
/external/v8/src/s390/
H A Dmacro-assembler-s390.h1464 inline void JumpIfNotSmiCandidate(Register value, Register scratch, function in class:v8::internal::MacroAssembler
H A Dmacro-assembler-s390.cc2933 JumpIfNotSmiCandidate(index, r0, &index_tag_bad);
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc1887 __ JumpIfNotSmiCandidate(scratch1, scratch2, &stub_call);
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc1845 __ JumpIfNotSmiCandidate(scratch1, scratch2, &stub_call);

Completed in 172 milliseconds