Lines Matching refs:codemap_
1087 : codemap_(codemap), in ThreadImpl()
1246 CodeMap* codemap_; member in v8::internal::wasm::__anon959de6190111::ThreadImpl
1262 CodeMap* codemap() const { return codemap_; } in codemap()
1263 const WasmModule* module() const { return codemap_->module(); } in module()
2139 StackEffect(codemap_->module(), frames_.back().code->function->sig, in Execute()
3079 CodeMap codemap_; member in v8::internal::wasm::WasmInterpreterInternals
3086 codemap_(module, module_bytes_.data(), zone), in WasmInterpreterInternals()
3088 threads_.emplace_back(zone, &codemap_, instance_object); in WasmInterpreterInternals()
3128 InterpreterCode* code = internals_->codemap_.GetCode(function); in SetBreakpoint()
3148 InterpreterCode* code = internals_->codemap_.GetCode(function); in GetBreakpoint()
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()