Searched refs:TranslatedState (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/deoptimizer/ |
D | deoptimizer.h | 37 class TranslatedState; variable 63 friend class TranslatedState; 91 TranslatedValue(TranslatedState* container, Kind kind) in TranslatedValue() 100 static TranslatedValue NewDeferredObject(TranslatedState* container, 102 static TranslatedValue NewDuplicateObject(TranslatedState* container, int id); 103 static TranslatedValue NewFloat(TranslatedState* container, Float32 value); 104 static TranslatedValue NewDouble(TranslatedState* container, Float64 value); 105 static TranslatedValue NewInt32(TranslatedState* container, int32_t value); 106 static TranslatedValue NewInt64(TranslatedState* container, int64_t value); 107 static TranslatedValue NewUInt32(TranslatedState* container, uint32_t value); [all …]
|
D | deoptimizer.cc | 215 TranslatedState translated_values(frame); in DebuggerInspectableFrame() 218 TranslatedState::iterator frame_it = translated_values.end(); in DebuggerInspectableFrame() 2416 DeoptimizedFrameInfo::DeoptimizedFrameInfo(TranslatedState* state, in DeoptimizedFrameInfo() 2417 TranslatedState::iterator frame_it, in DeoptimizedFrameInfo() 2501 TranslatedValue TranslatedValue::NewDeferredObject(TranslatedState* container, in NewDeferredObject() 2510 TranslatedValue TranslatedValue::NewDuplicateObject(TranslatedState* container, in NewDuplicateObject() 2518 TranslatedValue TranslatedValue::NewFloat(TranslatedState* container, in NewFloat() 2526 TranslatedValue TranslatedValue::NewDouble(TranslatedState* container, in NewDouble() 2534 TranslatedValue TranslatedValue::NewInt32(TranslatedState* container, in NewInt32() 2542 TranslatedValue TranslatedValue::NewInt64(TranslatedState* container, in NewInt64() [all …]
|
/external/v8/src/builtins/ |
D | accessors.cc | 403 TranslatedState translated_values(frame); in ArgumentsForInlinedFunction() 600 TranslatedState translated_values(frame); in MaterializeFunction()
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 346 TranslatedState translated_values(frame); in GetCallerArguments()
|
/external/v8/src/execution/ |
D | frames.cc | 1534 TranslatedState translated(this); in FRAME_SUMMARY_DISPATCH()
|