Home
last modified time | relevance | path

Searched refs:internals_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.h211 WasmInterpreterInternals* const internals_; variable
Dwasm-interpreter.cc3117 internals_(new (&zone_) WasmInterpreterInternals( in WasmInterpreter()
3120 WasmInterpreter::~WasmInterpreter() { internals_->~WasmInterpreterInternals(); } in ~WasmInterpreter()
3122 void WasmInterpreter::Run() { internals_->threads_[0].Run(); } in Run()
3124 void WasmInterpreter::Pause() { internals_->threads_[0].Pause(); } in Pause()
3128 InterpreterCode* code = internals_->codemap_.GetCode(function); in SetBreakpoint()
3148 InterpreterCode* code = internals_->codemap_.GetCode(function); in GetBreakpoint()
3167 return ToThread(&internals_->threads_[id]); in GetThread()
3171 internals_->codemap_.AddFunction(function, nullptr, nullptr); in AddFunctionForTesting()
3177 internals_->codemap_.SetFunctionCode(function, start, end); in SetFunctionCodeForTesting()
3181 internals_->codemap_.set_call_indirect_through_module(true); in SetCallIndirectTestMode()