Home
last modified time | relevance | path

Searched refs:ReplaceWithStubCall (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-generic-lowering.cc63 ReplaceWithStubCall(node, callable, flags); \ in REPLACE_RUNTIME_CALL()
91 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable,
93 ReplaceWithStubCall(node, callable, flags, node->op()->properties());
96 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in ReplaceWithStubCall() function in v8::internal::compiler::JSGenericLowering
127 ReplaceWithStubCall(node, callable, CallDescriptor::kNoFlags, in LowerJSStrictEqual()
134 ReplaceWithStubCall(node, callable, CallDescriptor::kNoFlags, in LowerJSStrictNotEqual()
141 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate, in LowerJSToBoolean()
148 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate, in LowerJSTypeOf()
173 ReplaceWithStubCall(node, callable, flags); in LowerJSLoadProperty()
198 ReplaceWithStubCall(node, callable, flags); in LowerJSLoadNamed()
[all …]
Djs-generic-lowering.h39 void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags);
40 void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags,