Home
last modified time | relevance | path

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

/external/syzkaller/executor/
Dexecutor.cc835 uint32 call_flags = call_flag_executed; in write_call_output() local
839 call_flags |= call_flag_finished | in write_call_output()
847 write_output(call_flags); in write_call_output()
889 reply.flags = call_flags; in write_call_output()
/external/v8/src/compiler/
Deffect-control-linearizer.cc3615 CallDescriptor::Flags call_flags = CallDescriptor::kNoFlags; in LowerMaybeGrowFastElements() local
3617 graph()->zone(), callable.descriptor(), 0, call_flags, properties); in LowerMaybeGrowFastElements()