HomeSort by relevance Sort by last modified time
    Searched defs:ExternalConstant (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
js-graph.cc 177 Node* JSGraph::ExternalConstant(ExternalReference reference) {
180 *loc = NewNode(common()->ExternalConstant(reference));
common-operator.cc 154 const Operator* CommonOperatorBuilder::ExternalConstant(
158 0, 1, "ExternalConstant", value);
js-generic-lowering.cc 55 Node* JSGenericLowering::ExternalConstant(ExternalReference ref) {
56 return jsgraph()->ExternalConstant(ref);
223 Node* ref = ExternalConstant(ExternalReference(f, isolate()));

Completed in 512 milliseconds