Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.cc165 if (intrinsic->IsTransitioning()) { in TypeInstruction()
221 if (macro->IsTransitioning()) { in TypeInstruction()
303 if (macro->IsTransitioning()) { in TypeInstruction()
426 if (builtin->IsTransitioning()) { in TypeInstruction()
524 if (runtime_function->IsTransitioning()) { in TypeInstruction()
Ddeclarable.h308 bool IsTransitioning() const { return signature().transitioning; } in IsTransitioning() function
Dimplementation-visitor.cc2805 if (callable->IsTransitioning()) { in GenerateCall()
2806 if (!CurrentCallable::Get()->IsTransitioning()) { in GenerateCall()