Home
last modified time | relevance | path

Searched defs:Execute (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gn/src/gn/
Dparse_tree.cc295 Value AccessorNode::Execute(Scope* scope, Err* err) const { in Execute() function in AccessorNode
503 Value BinaryOpNode::Execute(Scope* scope, Err* err) const { in Execute() function in BinaryOpNode
548 Value BlockNode::Execute(Scope* enclosing_scope, Err* err) const { in Execute() function in BlockNode
670 Value ConditionNode::Execute(Scope* scope, Err* err) const { in Execute() function in ConditionNode
745 Value FunctionCallNode::Execute(Scope* scope, Err* err) const { in Execute() function in FunctionCallNode
815 Value IdentifierNode::Execute(Scope* scope, Err* err) const { in Execute() function in IdentifierNode
870 Value ListNode::Execute(Scope* scope, Err* err) const { in Execute() function in ListNode
1084 Value LiteralNode::Execute(Scope* scope, Err* err) const { in Execute() function in LiteralNode
1154 Value UnaryOpNode::Execute(Scope* scope, Err* err) const { in Execute() function in UnaryOpNode
1199 Value BlockCommentNode::Execute(Scope* scope, Err* err) const { in Execute() function in BlockCommentNode
[all …]
Doperators_unittest.cc37 Value Execute(Scope* scope, Err* err) const override { return value_; } in Execute() function in __anon0235f7530111::TestParseNode
/third_party/node/deps/v8/tools/
Dandroid-run.py52 def Execute(cmdline): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp45 auto Execute = in createDefaultPipeline() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.h67 void (*Execute)(WebPWorker* const worker); member
Dthread_utils.c316 static void Execute(WebPWorker* const worker) { in Execute() function
/third_party/vk-gl-cts/external/amber/src/src/
Dexecutor.cc57 Result Executor::Execute(Engine* engine, in Execute() function in amber::Executor
Damber.cc157 amber::Result Amber::Execute(const amber::Recipe* recipe, Options* opts) { in Execute() function in amber::Amber
/third_party/benchmark/test/
Dbenchmark_random_interleaving_gtest.cc51 void Execute(const std::string& pattern) { in Execute() function in benchmark::internal::__anon96b435f70111::BenchmarkTest
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_commands.py116 def Execute(args, cwd, timeout=None): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator
/third_party/node/deps/v8/src/wasm/
Dfunction-compiler.cc224 void JSToWasmWrapperCompilationUnit::Execute() { in Execute() function in v8::internal::wasm::JSToWasmWrapperCompilationUnit
/third_party/node/test/node-api/test_async/
Dtest_async.c20 static void Execute(napi_env env, void* data) { in Execute() function
/third_party/node/src/
Dnode_http_parser.cc596 static void Execute(const FunctionCallbackInfo<Value>& args) { in Execute() function in node::__anond50947330111::Parser
816 Local<Value> Execute(const char* data, size_t len) { in Execute() function in node::__anond50947330111::Parser
/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc428 int NativeRegExpMacroAssembler::Execute( in Execute() function in v8::internal::NativeRegExpMacroAssembler
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp84 virtual void Execute() { in Execute() function
/third_party/node/deps/v8/third_party/test262-harness/src/
Dtest262.py335 def Execute(self, command): member in TestCase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h399 enum class AccessMode { Exist, Write, Execute }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h455 enum class AccessMode { Exist, Write, Execute }; enumerator
/third_party/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp866 void CCoderMT::Execute() in Execute() function in NCoderMixer2::CCoderMT
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp564 MaybeError CommandBuffer::Execute() { in Execute() function in dawn_native::opengl::CommandBuffer
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc362 bool Execute(Command command, Statement* statement, in Execute() function in v8::internal::interpreter::BytecodeGenerator::ControlScopeForTopLevel
397 bool Execute(Command command, Statement* statement, in Execute() function in v8::internal::interpreter::BytecodeGenerator::ControlScopeForBreakable
432 bool Execute(Command command, Statement* statement, in Execute() function in v8::internal::interpreter::BytecodeGenerator::ControlScopeForIteration
466 bool Execute(Command command, Statement* statement, in Execute() function in v8::internal::interpreter::BytecodeGenerator::ControlScopeForTryCatch
496 bool Execute(Command command, Statement* statement, in Execute() function in v8::internal::interpreter::BytecodeGenerator::ControlScopeForTryFinally
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.cc88 void Execute() { in Execute() function in v8::internal::wasm::__anon755f40880111::StackTransferRecipe
/third_party/node/tools/
Dtest.py756 def Execute(args, context, timeout=None, env=None, disable_core_files=False, stdin=None): function
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc5215 void Simulator::Execute() { in Execute() function in v8::internal::Simulator

12