Lines Matching defs:obj
59 void PushRawObject(Object obj, const char* debug_hint) {
60 intptr_t value = obj.ptr();
63 DebugPrintOutputObject(obj, top_offset_, debug_hint);
96 Object obj = iterator->GetRawValue();
97 PushRawObject(obj, debug_hint);
101 deoptimizer_->QueueValueForMaterialization(output_address(top_offset_), obj,
156 void DebugPrintOutputObject(Object obj, unsigned output_offset,
161 if (obj.IsSmi()) {
162 PrintF(trace_scope_->file(), V8PRIxPTR_FMT " <Smi %d>", obj.ptr(),
163 Smi::cast(obj).value());
165 obj.ShortPrint(trace_scope_->file());
1965 Address output_address, Object obj,
1967 if (obj == ReadOnlyRoots(isolate_).arguments_marker()) {