Home
last modified time | relevance | path

Searched defs:first_arg (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/include/perfetto/profiling/
Dnormalize.h39 char* first_arg = static_cast<char*>(memchr(cmdline, '\0', size)); in NormalizeCmdLine() local
/external/v8/src/compiler/
Dgraph-assembler.h773 Node* first_arg, Args... args) { in Call()
779 TNode<Object> GraphAssembler::Call(const Operator* op, Node* first_arg, in Call()
Dbytecode-graph-builder.cc2425 Node* callee, Node* receiver, interpreter::Register first_arg, in GetCallArgumentsFromRegisters()
2487 interpreter::Register first_arg; in ProcessCallVarArgs() local
2641 interpreter::Register first_arg = interpreter::Register(receiver.index() + 1); in VisitCallWithSpread() local
2735 Node* target, Node* new_target, interpreter::Register first_arg, in GetConstructArgumentsFromRegister()
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp853 bool first_arg = true; in ParseArgumentList() local
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp4042 bool first_arg = true; in parse_encoding() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13215 const ArgT first_arg = p_arg[component * component_step_0]; in call() local
13365 const Arg1T first_arg = p_arg_1[component * component_step_0]; in call() local
13498 const glw::GLdouble first_arg = p_arg[component * component_step_0]; in call() local
/external/v8/src/wasm/
Dwasm-js.cc924 i::Handle<i::Object> first_arg = Utils::OpenHandle(*first_arg_value); in WebAssemblyInstantiate() local
/external/v8/src/interpreter/
Dbytecode-generator.cc4957 Register first_arg = args[receiver_arg_count]; in VisitCall() local
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1018 ArgType first_arg; member