Searched defs:first_arg (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/include/perfetto/profiling/ |
D | normalize.h | 39 char* first_arg = static_cast<char*>(memchr(cmdline, '\0', size)); in NormalizeCmdLine() local
|
/external/v8/src/compiler/ |
D | graph-assembler.h | 773 Node* first_arg, Args... args) { in Call() 779 TNode<Object> GraphAssembler::Call(const Operator* op, Node* first_arg, in Call()
|
D | bytecode-graph-builder.cc | 2425 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/ |
D | cxfa_fmparser.cpp | 853 bool first_arg = true; in ParseArgumentList() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 4042 bool first_arg = true; in parse_encoding() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13215 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/ |
D | wasm-js.cc | 924 i::Handle<i::Object> first_arg = Utils::OpenHandle(*first_arg_value); in WebAssemblyInstantiate() local
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 4957 Register first_arg = args[receiver_arg_count]; in VisitCall() local
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1018 ArgType first_arg; member
|