HomeSort by relevance Sort by last modified time
    Searched refs:CEntryStubConstant (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
js-graph.h 45 Node* CEntryStubConstant(int result_size);
js-graph.cc 32 Node* JSGraph::CEntryStubConstant(int result_size) {
js-generic-lowering.cc 118 node->InsertInput(zone(), 0, jsgraph()->CEntryStubConstant(fun->result_size));
wasm-compiler.cc 234 // CEntryStubConstant nodes have to be created and cached in the main
235 // thread. At the moment this is only done for CEntryStubConstant(1).
238 jsgraph()->CEntryStubConstant(fun->result_size), // C entry
    [all...]

Completed in 148 milliseconds