Lines Matching refs:GetRawValue
632 JSFunction::cast(translated_frame->begin()->GetRawValue()); in LookupCatchHandler()
647 JSFunction::cast(translated_frame->begin()->GetRawValue()); in LookupCatchHandler()
826 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue()); in DoComputeJSFrame()
943 Object* context = context_pos->GetRawValue(); in DoComputeJSFrame()
1067 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue()); in DoComputeInterpretedFrame()
1190 Object* context = context_pos->GetRawValue(); in DoComputeInterpretedFrame()
1328 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue()); in DoComputeArgumentsAdaptorFrame()
2020 Object* maybe_context = value_iterator->GetRawValue(); in DoComputeCompiledStubFrame()
2125 Object* value = (*iterator)->GetRawValue(); in WriteTranslatedValueToOutput()
2628 if (it->GetRawValue() == isolate->heap()->arguments_marker()) { in GetValueForDebugger()
2905 Object* TranslatedValue::GetRawValue() const { in GetRawValue() function in v8::internal::TranslatedValue
2988 Object* raw_value = GetRawValue(); in MaterializeSimple()
3972 Handle<Object> value(value_info->GetRawValue(), isolate_); in StoreMaterializedValuesAndDeopt()
3989 Object* const function = frames_[0].front().GetRawValue(); in StoreMaterializedValuesAndDeopt()