Searched defs:GetRawValue (Results 1 - 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h670 uint32_t GetRawValue() const { return value_; } function in class:vixl::aarch64::SimSystemRegister
671 VIXL_DEPRECATED("GetRawValue", uint32_t RawValue() const) {
672 return GetRawValue();
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp1537 WideString CXFA_Node::GetRawValue() { function in class:CXFA_Node
1726 if (GetRawValue() != EventParam.m_wsResult) {
1775 WideString wsRawValue = GetRawValue();
1905 bool hasBoolResult = (bInitDoc || bStatus) && GetRawValue().IsEmpty();
2034 (GetRawValue() != pEventParam->m_wsResult)) {
/external/v8/src/
H A Ddeoptimizer.cc630 JSFunction::cast(translated_frame->begin()->GetRawValue());
641 JSFunction::cast(translated_frame->begin()->GetRawValue());
819 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue());
936 Object* context = context_pos->GetRawValue();
1060 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue());
1183 Object* context = context_pos->GetRawValue();
1321 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue());
1523 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue());
2032 Object* maybe_context = value_iterator->GetRawValue();
2137 Object* value = (*iterator)->GetRawValue();
2916 Object* TranslatedValue::GetRawValue() const { function in class:v8::TranslatedValue
[all...]

Completed in 206 milliseconds