Home
last modified time | relevance | path

Searched defs:runtime (Results 176 - 200 of 1076) sorted by relevance

12345678910>>...44

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyDescriptorPool.java48 public static void createRubyDescriptorPool(Ruby runtime) { in createRubyDescriptorPool() argument
[all...]
H A DRubyEnumDescriptor.java51 public static void createRubyEnumDescriptor(Ruby runtime) { in createRubyEnumDescriptor() argument
63 RubyEnumDescriptor(Ruby runtime, RubyClass klazz) RubyEnumDescriptor() argument
[all...]
H A DRubyBuilder.java43 public static void createRubyBuilder(Ruby runtime) { in createRubyBuilder() argument
54 public RubyBuilder(Ruby runtime, RubyClass metaClass) { in RubyBuilder() argument
[all...]
H A DRubyOneofDescriptor.java21 public static void createRubyOneofDescriptor(Ruby runtime) { in createRubyOneofDescriptor() argument
[all...]
/third_party/skia/include/core/
H A DSkFontMgr.h162 static void SetFontMgrConfig(const std::string runtime, const std::string containerFontBasePath) in SetFontMgrConfig() argument
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker.cpp28 Runtime *runtime = Runtime::GetInstance(); in MarkRoots() local
/arkcompiler/runtime_core/compiler/tests/
H A Dpanda_runner.h89 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run() argument
/arkcompiler/runtime_core/panda/
H A Dpanda.cpp158 auto &runtime = *Runtime::GetCurrent(); in ExecutePandaFile() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.cpp92 void AotFile::InitializeGot(RuntimeInterface *runtime) in InitializeGot() argument
135 void AotFile::PatchTable(RuntimeInterface *runtime) in PatchTable() argument
H A Daot_manager.cpp23 Expected<bool, std::string> AotManager::AddFile(const std::string &fileName, RuntimeInterface *runtime, uint32_t gcType, in AddFile() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_irtoc_compiler.cpp44 std::unique_ptr<IrtocCompilerInterface> CreateLLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, in CreateLLVMIrtocCompiler() argument
50 LLVMIrtocCompiler::LLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, ark::ArenaAllocator *allocator, in LLVMIrtocCompiler() argument
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dfunction.cpp57 IrtocRuntimeInterface runtime; in Compile() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm_api.cpp134 auto runtime = ark::Runtime::GetCurrent(); in ExecuteMain() local
144 auto *runtime = ark::Runtime::GetCurrent(); in BindNative() local
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H A Djit_writer.h47 JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *codeAllocator, const std::string &methodName) in JitDebugWriter() argument
/arkcompiler/runtime_core/static_core/panda/
H A Dpanda.cpp143 static int ExecutePandaFile(Runtime &runtime, const std::string &fileName, const std::string &entry, in ExecutePandaFile() argument
155 static void PrintStatistics(RuntimeOptions &runtimeOptions, Runtime &runtime) in PrintStatistics() argument
224 auto &runtime = *Runtime::GetCurrent(); Main() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dstring_builder_utils.cpp31 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderInstance() local
46 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringConcat() local
61 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringBuilderConstructorWithStringArg() local
76 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringBuilderConstructorWithCharArrayArg() local
82 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderToString() local
105 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); IsMethodStringBuilderDefaultConstructor() local
272 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); IsIntrinsicStringBuilderAppendString() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core.cpp35 auto runtime = Runtime::GetCurrent(); StdCoreStackTraceLines() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine.cpp24 Coroutine *Coroutine::Create(Runtime *runtime, PandaVM *vm, PandaString name, CoroutineContext *context, in Create() argument
H A Dcoroutine_manager.cpp26 Coroutine *CoroutineManager::CreateMainCoroutine(Runtime *runtime, PandaVM *vm) in CreateMainCoroutine() argument
51 Coroutine *CoroutineManager::CreateEntrypointlessCoroutine(Runtime *runtime, PandaVM *vm, bool makeCurrent, in CreateEntrypointlessCoroutine() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Ddebug_connection.py26 from cdp import debugger, runtime namespace
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Depsilon_gcs_test.cpp74 Runtime *runtime = Runtime::GetCurrent(); in GetAllocator() local
H A Dobject_helpers_test.cpp105 Runtime *runtime = Runtime::GetCurrent(); AllocString() local
113 Runtime *runtime = Runtime::GetCurrent(); AllocObject() local
120 Runtime *runtime = Runtime::GetCurrent(); AllocStringArray() local
[all...]
H A Dgc_trigger_test.cpp177 auto *runtime = Runtime::GetCurrent(); in TEST() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dpanda_vm.cpp31 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtimeType) in Create() argument
[all...]
/arkcompiler/toolchain/tooling/
H A Ddispatcher.cpp153 auto runtime = std::make_unique<RuntimeImpl>(vm, channel); in Dispatcher() local

Completed in 11 milliseconds

12345678910>>...44