Searched refs:CallArgument (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | XRayFDRFormat.rst | 222 | 6 | CallArgument | 309 CallArgument Records 313 more CallArgument records that contain the traced function's parameter values. 315 The order of the CallArgument Record sequency corresponds one to one with the 318 CallArgument data segment: 376 - Function := (Function_Entry_Args CallArgument*) | Function_Other_Type
|
/external/v8/src/inspector/ |
D | v8-debugger-agent-impl.h | 114 std::unique_ptr<protocol::Runtime::CallArgument> newValue, 117 std::unique_ptr<protocol::Runtime::CallArgument> newValue) override;
|
D | v8-runtime-agent-impl.h | 76 Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments,
|
D | injected-script.h | 101 Response resolveCallArgument(protocol::Runtime::CallArgument*,
|
D | v8-runtime-agent-impl.cc | 112 Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments, in innerCallFunctionOn() 121 protocol::Array<protocol::Runtime::CallArgument>* arguments = in innerCallFunctionOn() 323 Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments, in callFunctionOn()
|
D | js_protocol.pdl | 382 Runtime.CallArgument newValue 422 Runtime.CallArgument newValue 1014 type CallArgument extends object 1131 optional array of CallArgument arguments
|
D | v8-debugger-agent-impl.cc | 1101 std::unique_ptr<protocol::Runtime::CallArgument> newValueArgument, in setVariableValue() 1136 std::unique_ptr<protocol::Runtime::CallArgument> protocolNewValue) { in setReturnValue()
|
D | injected-script.cc | 524 protocol::Runtime::CallArgument* callArgument, in resolveCallArgument()
|
/external/v8/src/arm64/ |
D | simulator-arm64.h | 670 class CallArgument { 673 explicit CallArgument(T argument) { in CallArgument() function 680 explicit CallArgument(double argument) { in CallArgument() function 686 explicit CallArgument(float argument) { in CallArgument() function 702 static CallArgument End() { return CallArgument(); } in End() 717 CallArgument() { type_ = NO_ARG; } in CallArgument() function 724 CallArgument call_args[] = {CallArgument(args)..., CallArgument::End()}; in Call() 2282 V8_EXPORT_PRIVATE void CallImpl(Address entry, CallArgument* args);
|
D | simulator-arm64.cc | 120 void Simulator::CallImpl(Address entry, CallArgument* args) { in CallImpl() 126 CallArgument arg = args[i]; in CallImpl()
|