Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-gen.cc36 static const int kThrowawayPromiseOffset = in Await() local
39 kThrowawayPromiseOffset + JSPromise::kSizeWithEmbedderFields; in Await()
74 Node* const throwaway = InnerAllocate(base, kThrowawayPromiseOffset); in Await()
163 static const int kThrowawayPromiseOffset = in AwaitOptimized() local
166 kThrowawayPromiseOffset + JSPromise::kSizeWithEmbedderFields; in AwaitOptimized()
191 Node* const throwaway = InnerAllocate(base, kThrowawayPromiseOffset); in AwaitOptimized()