Home
last modified time | relevance | path

Searched refs:GetExpression (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.cc58 Handle<Object> FrameInspector::GetExpression(int index) { in GetExpression() function in v8::internal::FrameInspector
65 return is_optimized_ ? deoptimized_frame_->GetExpression(index) in GetExpression()
66 : handle(frame_->GetExpression(index), isolate_); in GetExpression()
135 Handle<Object> value = GetExpression(scope_info->StackLocalIndex(i)); in MaterializeStackLocals()
184 if (frame_->GetExpression(index)->IsTheHole(isolate_)) continue; in UpdateStackLocalsFromMaterializedObject()
Ddebug-frames.h26 Handle<Object> GetExpression(int index);
/external/v8/src/compiler/
Djs-frame-specialization.cc36 value = handle(frame()->GetExpression(index - parameters_count), isolate()); in ReduceOsrValue()
/external/v8/src/
Dframes.cc290 GetExpression(0); in IsValidCaller()
1236 int raw_offset = Smi::cast(GetExpression(index))->value(); in GetBytecodeOffset()
1254 return BytecodeArray::cast(GetExpression(index)); in GetBytecodeArray()
1270 return GetExpression(index + register_index); in ReadInterpreterRegister()
1293 return Smi::cast(GetExpression(0))->value(); in GetNumberOfIncomingArguments()
1312 return Smi::cast(GetExpression(0))->value(); in GetNumberOfIncomingArguments()
1477 accumulator->Add("%o", GetExpression(i)); in Print()
1522 accumulator->Add(" [%02d] : %o\n", i, GetExpression(i)); in Print()
Dframes-inl.h107 inline Object* StandardFrame::GetExpression(int index) const { in GetExpression() function
Dframes.h688 inline Object* GetExpression(int index) const;
Ddeoptimizer.h1128 Handle<Object> GetExpression(int index) { in GetExpression() function
/external/v8/src/crankshaft/
Dtyping.cc74 store_.Seq(stack_local_index(i), ObservedOnStack(frame->GetExpression(i))); in ObserveTypesAtOsrEntry()
94 frame->GetExpression(i), in ObserveTypesAtOsrEntry()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fffield.cpp758 script.GetExpression(wsExpression); in CalculateWidgetAcc()
Dxfa_ffwidgetacc.cpp649 script.GetExpression(wsExpression); in ExecuteScript()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h284 void GetExpression(CFX_WideString& wsExpression);
/external/v8/src/runtime/
Druntime-debug.cc566 frame_inspector.GetExpression(scope_info->StackLocalIndex(i)); in RUNTIME_FUNCTION()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp650 void CXFA_Script::GetExpression(CFX_WideString& wsExpression) { in GetExpression() function in CXFA_Script