Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x87/
Dstub-cache-x87.cc458 __ cmp(Operand::ForCell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell()
1370 __ mov(eax, Operand::ForCell(cell)); in CompileLoadGlobal()
Dassembler-x87.h350 static Operand ForCell(Handle<Cell> cell) { in ForCell() function
Dmacro-assembler-x87.cc2470 mov(result, Operand::ForCell(cell)); in LoadHeapObject()
2481 cmp(reg, Operand::ForCell(cell)); in CmpHeapObject()
2492 push(Operand::ForCell(cell)); in PushHeapObject()
Dlithium-codegen-x87.cc2799 __ cmp(map, Operand::ForCell(cache_cell)); // Patched to cached map. in DoInstanceOfKnownGlobal()
2960 __ mov(result, Operand::ForCell(instr->hydrogen()->cell().handle())); in DoLoadGlobalCell()
2989 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell()
2994 __ mov(Operand::ForCell(cell_handle), value); in DoStoreGlobalCell()
4881 __ cmp(reg, Operand::ForCell(cell)); in DoCheckValue()
/external/chromium_org/v8/src/ia32/
Dstub-cache-ia32.cc458 __ cmp(Operand::ForCell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell()
1371 __ mov(eax, Operand::ForCell(cell)); in CompileLoadGlobal()
Dassembler-ia32.h361 static Operand ForCell(Handle<Cell> cell) { in ForCell() function
Dmacro-assembler-ia32.cc2578 mov(result, Operand::ForCell(cell)); in LoadHeapObject()
2589 cmp(reg, Operand::ForCell(cell)); in CmpHeapObject()
2600 push(Operand::ForCell(cell)); in PushHeapObject()
Dlithium-codegen-ia32.cc2663 __ cmp(map, Operand::ForCell(cache_cell)); // Patched to cached map. in DoInstanceOfKnownGlobal()
2825 __ mov(result, Operand::ForCell(instr->hydrogen()->cell().handle())); in DoLoadGlobalCell()
2854 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell()
2859 __ mov(Operand::ForCell(cell_handle), value); in DoStoreGlobalCell()
4911 __ cmp(reg, Operand::ForCell(cell)); in DoCheckValue()