Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.cc190 CHECK_EQ(WasmCode::kRuntimeStub, code->kind()); in Validate()
293 case WasmCode::kRuntimeStub: in GetWasmCodeKindAsString()
448 WasmCode::kRuntimeStub); in SetRuntimeStubs()
Dwasm-code-manager.h86 kRuntimeStub, enumerator
/external/v8/src/
Dframes.cc469 case wasm::WasmCode::kRuntimeStub: in ComputeType()