Lines Matching refs:GetRawValue
77 Object* obj = iterator->GetRawValue(); in PushTranslatedValue()
958 Object* context = context_pos->GetRawValue(); in DoComputeInterpretedFrame()
1564 reinterpret_cast<intptr_t>(value_iterator->GetRawValue()); in DoComputeBuiltinContinuation()
1615 Object* context = value_iterator->GetRawValue(); in DoComputeBuiltinContinuation()
2209 if (it->GetRawValue() == ReadOnlyRoots(isolate).arguments_marker()) { in GetValueForDebugger()
2430 Object* TranslatedValue::GetRawValue() const { in GetRawValue() function in v8::internal::TranslatedValue
2529 Object* raw_value = GetRawValue(); in MaterializeSimple()
3444 int length = Smi::cast(frame->values_[*value_index].GetRawValue())->value(); in MaterializeFixedDoubleArray()
3554 Smi::cast(frame->values_[value_index].GetRawValue())->value(); in EnsureCapturedObjectAllocatedAt()
3575 Smi::cast(frame->values_[value_index].GetRawValue())->value(); in EnsureCapturedObjectAllocatedAt()
3879 Handle<Object> value(value_info->GetRawValue(), isolate_); in StoreMaterializedValuesAndDeopt()
3894 CHECK_EQ(frame->function(), frames_[0].front().GetRawValue()); in StoreMaterializedValuesAndDeopt()