Searched refs:PushStack (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/snapshot/ | ||
H A D | serializer.h | 298 void PushStack(Handle<HeapObject> o) { stack_.Push(*o); } in PushStack() function in v8::internal::Serializer 433 serializer_->PushStack(obj); in ObjectSerializer() |
/third_party/node/deps/v8/src/wasm/baseline/ | ||
H A D | liftoff-assembler.h | 536 void PushStack(ValueKind kind) { in PushStack() function in v8::internal::wasm::LiftoffAssembler |
H A D | liftoff-compiler.cc | 878 __ PushStack(kind); in StartFunctionBody() |
Completed in 13 milliseconds