Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects-inl.h192 ACCESSORS(WasmInstanceObject, centry_stub, Code, kCEntryStubOffset) in PRIMITIVE_ACCESSORS()
Dwasm-objects.h392 DECL_ACCESSORS(centry_stub, Code)
Dwasm-objects.cc1268 Handle<Code> centry_stub = CodeFactory::CEntry(isolate); in New() local
1269 instance->set_centry_stub(*centry_stub); in New()
/external/v8/src/compiler/
Dwasm-compiler.cc2974 Node* centry_stub = in BuildCallToRuntimeWithContext() local
2982 inputs[count++] = centry_stub; in BuildCallToRuntimeWithContext()