Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc923 : codemap_(codemap), in ThreadImpl()
1040 CodeMap* codemap_; member in v8::internal::wasm::__anon86b361180111::ThreadImpl
1052 CodeMap* codemap() { return codemap_; } in codemap()
1824 CodeMap codemap_; member in v8::internal::wasm::WasmInterpreterInternals
1830 codemap_( in WasmInterpreterInternals()
1834 threads_.emplace_back(zone, &codemap_, env.module_env.instance); in WasmInterpreterInternals()
1856 InterpreterCode* code = internals_->codemap_.FindCode(function); in SetBreakpoint()
1877 InterpreterCode* code = internals_->codemap_.FindCode(function); in GetBreakpoint()
1914 return internals_->codemap_.AddFunction(function, nullptr, nullptr); in AddFunctionForTesting()
1920 return internals_->codemap_.SetFunctionCode(function, start, end); in SetFunctionCodeForTesting()