Searched refs:not_in_new_space (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc60 Label not_in_new_space; local
61 InNewSpace(object, scratch, not_equal, &not_in_new_space);
63 bind(&not_in_new_space);
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc204 NearLabel not_in_new_space; local
205 InNewSpace(object, scratch, not_equal, &not_in_new_space);
207 bind(&not_in_new_space);
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc441 Label not_in_new_space;
442 InNewSpace(object, scratch, ne, &not_in_new_space);
444 bind(&not_in_new_space);
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc166 Label not_in_new_space; local
167 InNewSpace(object, scratch, ne, &not_in_new_space);
169 bind(&not_in_new_space);

Completed in 1477 milliseconds