• Home
  • Raw
  • Download

Lines Matching refs:ReplaceWithStubCall

57     ReplaceWithStubCall(node, callable, flags);                \
85 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in REPLACE_STUB_CALL()
87 ReplaceWithStubCall(node, callable, flags, node->op()->properties()); in REPLACE_STUB_CALL()
90 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in ReplaceWithStubCall() function in v8::internal::compiler::JSGenericLowering
126 ReplaceWithStubCall(node, callable, CallDescriptor::kNoFlags, in LowerJSStrictEqual()
135 ReplaceWithStubCall(node, callable, CallDescriptor::kNoFlags, in LowerJSStrictNotEqual()
144 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate, in LowerJSToBoolean()
153 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate, in LowerJSClassOf()
162 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate, in LowerJSTypeOf()
174 ReplaceWithStubCall(node, callable, flags); in LowerJSLoadProperty()
186 ReplaceWithStubCall(node, callable, flags); in LowerJSLoadNamed()
199 ReplaceWithStubCall(node, callable, flags); in LowerJSLoadGlobal()
220 ReplaceWithStubCall(node, callable, flags); in LowerJSStoreProperty()
240 ReplaceWithStubCall(node, callable, flags); in LowerJSStoreNamed()
258 ReplaceWithStubCall(node, callable, flags); in LowerJSStoreNamedOwn()
290 ReplaceWithStubCall(node, callable, flags); in LowerJSStoreGlobal()
311 ReplaceWithStubCall(node, callable, flags); in LowerJSGetSuperConstructor()
317 ReplaceWithStubCall(node, callable, flags); in LowerJSInstanceOf()
323 ReplaceWithStubCall(node, callable, flags); in LowerJSOrdinaryHasInstance()
339 ReplaceWithStubCall(node, callable, flags); in LowerJSCreate()
386 ReplaceWithStubCall(node, callable, flags); in LowerJSCreateClosure()
410 ReplaceWithStubCall(node, callable, flags); in LowerJSCreateFunctionContext()
439 ReplaceWithStubCall(node, callable, flags); in LowerJSCreateLiteralArray()
461 ReplaceWithStubCall(node, callable, flags); in LowerJSCreateLiteralObject()
478 ReplaceWithStubCall(node, callable, flags); in LowerJSCreateLiteralRegExp()
610 ReplaceWithStubCall(node, callable, flags); in LowerJSForInNext()
616 ReplaceWithStubCall(node, callable, flags, node->op()->properties(), 3); in LowerJSForInPrepare()
693 ReplaceWithStubCall(node, callable, flags); in LowerJSDebugger()