HomeSort by relevance Sort by last modified time
    Searched refs:InterpretedFrame (Results 1 - 17 of 17) sorted by null

  /external/v8/src/wasm/
wasm-interpreter.h 83 class InterpretedFrame {
100 InterpretedFrame(const WasmFunction* function, int pc, int fp, int sp)
148 const InterpretedFrame GetFrame(int index);
149 InterpretedFrame GetMutableFrame(int index);
wasm-debug.cc 245 wasm::InterpretedFrame frame =
260 wasm::InterpretedFrame frame = thread->GetFrame(i);
266 std::unique_ptr<wasm::InterpretedFrame> GetInterpretedFrame(
273 return std::unique_ptr<wasm::InterpretedFrame>(
274 new wasm::InterpretedFrame(thread->GetMutableFrame(idx)));
439 std::unique_ptr<wasm::InterpretedFrame> WasmDebugInfo::GetInterpretedFrame(
wasm-objects.h 17 class InterpretedFrame;
441 std::unique_ptr<wasm::InterpretedFrame> GetInterpretedFrame(
wasm-interpreter.cc 990 InterpretedFrame GetMutableFrame(int index, FrameCons frame_cons) {
    [all...]
  /external/v8/src/debug/
debug-frames.h 18 class InterpretedFrame;
63 std::unique_ptr<wasm::InterpretedFrame> wasm_interpreted_frame_;
debug.cc     [all...]
  /external/v8/src/
frames-inl.h 244 inline InterpretedFrame::InterpretedFrame(StackFrameIteratorBase* iterator)
frames.cc 721 Address InterpretedFrame::GetExpressionAddress(int n) const {
    [all...]
frames.h 104 V(INTERPRETED, InterpretedFrame) \
    [all...]
deoptimizer.cc     [all...]
deoptimizer.h 221 static TranslatedFrame InterpretedFrame(BailoutId bytecode_offset,
    [all...]
isolate.cc     [all...]
  /external/v8/src/runtime/
runtime-interpreter.cc 78 InterpretedFrame* frame =
79 reinterpret_cast<InterpretedFrame*>(frame_iterator.frame());
runtime-compiler.cc 283 InterpretedFrame* iframe = reinterpret_cast<InterpretedFrame*>(frame);
runtime-debug.cc 55 InterpretedFrame* interpreted_frame =
56 reinterpret_cast<InterpretedFrame*>(it.frame());
    [all...]
  /external/v8/src/profiler/
tick-sample.cc 255 i::InterpretedFrame* frame = static_cast<i::InterpretedFrame*>(it.frame());
  /external/v8/src/ic/
ic.cc 99 InterpretedFrame* iframe = static_cast<InterpretedFrame*>(frame);
148 code_offset = InterpretedFrame::GetBytecodeOffset(fp());
    [all...]

Completed in 840 milliseconds