Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-graph.h45 Node* CEntryStubConstant(int result_size);
Djs-graph.cc32 Node* JSGraph::CEntryStubConstant(int result_size) { in CEntryStubConstant() function in v8::internal::compiler::JSGraph
Djs-generic-lowering.cc118 node->InsertInput(zone(), 0, jsgraph()->CEntryStubConstant(fun->result_size)); in ReplaceWithRuntimeCall()
Dwasm-compiler.cc238 jsgraph()->CEntryStubConstant(fun->result_size), // C entry in BuildTrapCode()
3175 jsgraph_->CEntryStubConstant(1); in WasmCompilationUnit()