Searched refs:Object_at (Results 1 - 21 of 21) sorted by relevance

/external/v8/src/
H A Dframes-inl.h154 return Memory::Object_at(GetExpressionAddress(index));
159 Memory::Object_at(GetExpressionAddress(index)) = value;
165 return Memory::Object_at(fp() + offset);
186 Memory::Object_at(fp + StandardFrameConstants::kContextOffset);
193 Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset);
212 return Memory::Object_at(GetParameterSlot(index));
222 Memory::Object_at(GetParameterSlot(-1)) = value;
H A Dv8memory.h75 static Object*& Object_at(Address addr) { function in class:v8::internal::Memory
H A Dframes.cc450 Object* marker = Memory::Object_at(state->fp + offset);
502 return Memory::Object_at(fp() + offset);
562 return Memory::Object_at(GetExpressionAddress(fp, index));
625 Object** parameters_base = &Memory::Object_at(sp());
626 Object** parameters_limit = &Memory::Object_at(
671 Object** fixed_base = &Memory::Object_at(
673 Object** fixed_limit = &Memory::Object_at(fp());
1017 Object* code = Memory::Object_at(fp() + offset);
1221 Object** base = &Memory::Object_at(sp());
1222 Object** limit = &Memory::Object_at(f
[all...]
H A Dstore-buffer.cc477 ASSERT(!heap_->InNewSpace(Memory::Object_at(map_address)));
478 ASSERT(Memory::Object_at(map_address)->IsMap());
H A Ddeoptimizer.h650 return Handle<Object>(Memory::Object_at(addr_));
H A Ddebug.cc586 Memory::Object_at(fp + StandardFrameConstants::kContextOffset) =
587 Memory::Object_at(fp + JavaScriptFrameConstants::kFunctionOffset);
589 Memory::Object_at(fp + InternalFrameConstants::kCodeOffset) = *code;
590 Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset) =
593 return reinterpret_cast<Object**>(&Memory::Object_at(
H A Dbuiltins.cc169 Object* marker = Memory::Object_at(caller_fp + kMarkerOffset);
H A Ddeoptimizer.cc619 Memory::Object_at(d.slot_address()) = *num;
H A Dliveedit.cc1529 Memory::Object_at(a) = Smi::FromInt(0);
H A Dmark-compact.cc2651 Object* value = Memory::Object_at(src_slot);
2653 Memory::Object_at(dst_slot) = value;
H A Dprofile-generator.cc1854 ASSERT(!Memory::Object_at(field)->IsFailure());
1855 ASSERT(Memory::Object_at(field)->IsHeapObject());
H A Dic.cc597 &Memory::Object_at(fp +
H A Druntime.cc10541 Handle<Object>(Memory::Object_at(internal_frame_sp),
/external/v8/src/ia32/
H A Dframes-ia32.h141 return Memory::Object_at(fp() + offset);
H A Dassembler-ia32-inl.h108 return Memory::Object_at(pc_);
120 return &Memory::Object_at(pc_);
126 Memory::Object_at(pc_) = target;
132 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
/external/v8/src/x64/
H A Dframes-x64.h131 return Memory::Object_at(fp() + offset);
H A Dassembler-x64-inl.h263 return Memory::Object_at(pc_);
291 Memory::Object_at(pc_) = target;
297 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
/external/v8/src/arm/
H A Dframes-arm.h180 return Memory::Object_at(fp() + offset);
H A Dassembler-arm-inl.h100 return Memory::Object_at(Assembler::target_address_address_at(pc_));
123 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
/external/v8/src/mips/
H A Dframes-mips.h249 return Memory::Object_at(fp() + offset);
H A Dassembler-mips-inl.h189 host(), &Memory::Object_at(pc_), HeapObject::cast(target));

Completed in 328 milliseconds