| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyDescriptorPool.java | 48 public static void createRubyDescriptorPool(Ruby runtime) { in createRubyDescriptorPool() argument [all...] |
| H A D | RubyEnumDescriptor.java | 51 public static void createRubyEnumDescriptor(Ruby runtime) { in createRubyEnumDescriptor() argument 63 RubyEnumDescriptor(Ruby runtime, RubyClass klazz) RubyEnumDescriptor() argument [all...] |
| H A D | RubyBuilder.java | 43 public static void createRubyBuilder(Ruby runtime) { in createRubyBuilder() argument 54 public RubyBuilder(Ruby runtime, RubyClass metaClass) { in RubyBuilder() argument [all...] |
| H A D | RubyOneofDescriptor.java | 21 public static void createRubyOneofDescriptor(Ruby runtime) { in createRubyOneofDescriptor() argument [all...] |
| /third_party/skia/include/core/ |
| H A D | SkFontMgr.h | 162 static void SetFontMgrConfig(const std::string runtime, const std::string containerFontBasePath) in SetFontMgrConfig() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_gc_marker.cpp | 28 Runtime *runtime = Runtime::GetInstance(); in MarkRoots() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | panda_runner.h | 89 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run() argument
|
| /arkcompiler/runtime_core/panda/ |
| H A D | panda.cpp | 158 auto &runtime = *Runtime::GetCurrent(); in ExecutePandaFile() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | aot_file.cpp | 92 void AotFile::InitializeGot(RuntimeInterface *runtime) in InitializeGot() argument 135 void AotFile::PatchTable(RuntimeInterface *runtime) in PatchTable() argument
|
| H A D | aot_manager.cpp | 23 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 D | llvm_irtoc_compiler.cpp | 44 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 D | function.cpp | 57 IrtocRuntimeInterface runtime; in Compile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_vm_api.cpp | 134 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 D | jit_writer.h | 47 JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *codeAllocator, const std::string &methodName) in JitDebugWriter() argument
|
| /arkcompiler/runtime_core/static_core/panda/ |
| H A D | panda.cpp | 143 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 D | string_builder_utils.cpp | 31 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 D | std_core.cpp | 35 auto runtime = Runtime::GetCurrent(); StdCoreStackTraceLines() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | coroutine.cpp | 24 Coroutine *Coroutine::Create(Runtime *runtime, PandaVM *vm, PandaString name, CoroutineContext *context, in Create() argument
|
| H A D | coroutine_manager.cpp | 26 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 D | debug_connection.py | 26 from cdp import debugger, runtime namespace
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | epsilon_gcs_test.cpp | 74 Runtime *runtime = Runtime::GetCurrent(); in GetAllocator() local
|
| H A D | object_helpers_test.cpp | 105 Runtime *runtime = Runtime::GetCurrent(); AllocString() local 113 Runtime *runtime = Runtime::GetCurrent(); AllocObject() local 120 Runtime *runtime = Runtime::GetCurrent(); AllocStringArray() local [all...] |
| H A D | gc_trigger_test.cpp | 177 auto *runtime = Runtime::GetCurrent(); in TEST() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | panda_vm.cpp | 31 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtimeType) in Create() argument [all...] |
| /arkcompiler/toolchain/tooling/ |
| H A D | dispatcher.cpp | 153 auto runtime = std::make_unique<RuntimeImpl>(vm, channel); in Dispatcher() local
|