Home
last modified time | relevance | path

Searched refs:ForCell (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc209 __ cmp(Operand::ForCell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell()
825 __ mov(result, Operand::ForCell(cell)); in CompileLoadGlobal()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc209 __ cmp(Operand::ForCell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell()
827 __ mov(result, Operand::ForCell(cell)); in CompileLoadGlobal()
/external/v8/src/x87/
Dassembler-x87.h356 static Operand ForCell(Handle<Cell> cell) { in ForCell() function
Dmacro-assembler-x87.cc2509 mov(result, Operand::ForCell(cell)); in LoadHeapObject()
2520 cmp(reg, Operand::ForCell(cell)); in CmpHeapObject()
2531 push(Operand::ForCell(cell)); in PushHeapObject()
Dlithium-codegen-x87.cc2955 __ cmp(map, Operand::ForCell(cache_cell)); // Patched to cached map. in DoInstanceOfKnownGlobal()
3116 __ mov(result, Operand::ForCell(instr->hydrogen()->cell().handle())); in DoLoadGlobalCell()
3162 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell()
3167 __ mov(Operand::ForCell(cell_handle), value); in DoStoreGlobalCell()
5463 __ cmp(reg, Operand::ForCell(cell)); in DoCheckValue()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc2547 mov(result, Operand::ForCell(cell)); in LoadHeapObject()
2558 cmp(reg, Operand::ForCell(cell)); in CmpHeapObject()
2569 push(Operand::ForCell(cell)); in PushHeapObject()
Dassembler-ia32.h367 static Operand ForCell(Handle<Cell> cell) { in ForCell() function
Dlithium-codegen-ia32.cc2658 __ cmp(map, Operand::ForCell(cache_cell)); // Patched to cached map. in DoInstanceOfKnownGlobal()
2820 __ mov(result, Operand::ForCell(instr->hydrogen()->cell().handle())); in DoLoadGlobalCell()
2866 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell()
2871 __ mov(Operand::ForCell(cell_handle), value); in DoStoreGlobalCell()
4955 __ cmp(reg, Operand::ForCell(cell)); in DoCheckValue()