Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimized-frame-info.cc17 if (it->GetRawValue() == ReadOnlyRoots(isolate).arguments_marker() && in GetValueForDebugger()
Dtranslated-state.cc396 Object TranslatedValue::GetRawValue() const { in GetRawValue() function in v8::internal::TranslatedValue
482 Handle<Object> value(GetRawValue(), isolate()); in GetValue()
1514 Object value = GetRawValue(); in GetSmiValue()
2034 Handle<Object> value(value_info->GetRawValue(), isolate_); in StoreMaterializedValuesAndDeopt()
2057 CHECK_EQ(frame->function(), frames_[0].front().GetRawValue()); in StoreMaterializedValuesAndDeopt()
Ddeoptimizer.cc96 Object obj = iterator->GetRawValue(); in PushTranslatedValue()
1100 Object context = context_pos->GetRawValue(); in DoComputeUnoptimizedFrame()
1708 const intptr_t maybe_function = value_iterator->GetRawValue().ptr(); in DoComputeBuiltinContinuation()
1780 Object context = value_iterator->GetRawValue(); in DoComputeBuiltinContinuation()
Dtranslated-state.h52 Object GetRawValue() const;
/third_party/node/deps/v8/tools/v8windbg/src/
Dcur-isolate.cc52 RETURN_IF_FAIL(sp_environment_block->GetRawValue(SymbolField, L"TlsSlots", 0, in GetCurrentIsolate()
Dobject-inspection.cc570 RETURN_IF_FAIL(p_v8_compiler_node_instance->GetRawValue( in GetValue()
618 RETURN_IF_FAIL(p_v8_compiler_type_instance->GetRawValue( in GetValue()
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h910 uint32_t GetRawValue() const { return value_; } in GetRawValue() function
912 return GetRawValue();
Dsimulator-aarch64.cc6550 WriteXRegister(instr->GetRt(), ReadNzcv().GetRawValue()); in Simulator()
6553 WriteXRegister(instr->GetRt(), ReadFpcr().GetRawValue()); in Simulator()