Home
last modified time | relevance | path

Searched refs:kPatchableCallSite (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dlinkage.h150 kPatchableCallSite = 1u << 1, enumerator
159 kPatchableCallSiteWithNop = kPatchableCallSite | kNeedsNopAfterCall
Djs-generic-lowering.cc251 CallDescriptor::kPatchableCallSite | flags); in LowerJSToBoolean()
335 CallDescriptor::kPatchableCallSite | flags); in LowerJSStoreProperty()
348 CallDescriptor::kPatchableCallSite | flags); in LowerJSStoreNamed()
374 CallDescriptor::kPatchableCallSite | flags); in LowerJSStoreGlobal()
Dinstruction-selector.cc1447 DCHECK_EQ(0, descriptor->flags() & CallDescriptor::kPatchableCallSite); in VisitTailCall()