| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| H A D | directory.cpp | 31 mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in SetDirModeAsDefault() local 37 mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in SetFileModeAsDefault() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | file.cpp | 25 static int GetFlags(Mode mode) in GetFlags() argument 47 File Open(std::string_view filename, Mode mode) in Open() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | file.cpp | 26 static int GetFlags(Mode mode) in GetFlags() argument 48 File Open(std::string_view filename, Mode mode) in Open() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/mergewithexistprofile_fuzzer/ |
| H A D | mergewithexistprofile_fuzzer.cpp | 36 PGOProfilerEncoder::ApGenMode mode = static_cast<PGOProfilerEncoder::ApGenMode>( in MergeWithExistProfileFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| H A D | pgo_encoder_mock.h | 27 PGOProfilerEncoderMock(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoderMock() argument
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/ |
| H A D | webpack.dist.config.js | |
| H A D | webpack.debug.config.js | |
| /arkcompiler/ets_runtime/ecmascript/taskpool/ |
| H A D | taskpool.h | 74 void SetThreadPriority(PriorityMode mode) in SetThreadPriority() argument
|
| H A D | runner.cpp | 81 void Runner::SetQosPriority([[maybe_unused]] PriorityMode mode) in SetQosPriority() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | on_heap.h | 30 static bool IsNone(OnHeapMode mode) in IsNone() argument 43 static bool ToBoolean(OnHeapMode mode) in ToBoolean() argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_writer.cpp | 24 constexpr char const *mode = "wb"; in FileWriter() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | file.cpp | 30 static int GetFlags(Mode mode) in GetFlags() argument 52 File Open(std::string_view filename, Mode mode) in Open() argument
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | file.cpp | 30 static int GetFlags(Mode mode) in GetFlags() argument 52 File Open(std::string_view filename, Mode mode) in Open() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| H A D | target.cpp | 140 [[maybe_unused]] auto mode = CallConvMode::Panda(isPandaAbi) | CallConvMode::Osr(isOsr) | in Create() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/ |
| H A D | webpack.config.js | |
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| H A D | openuncompressedarchive_fuzzer.cpp | 42 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local 44 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| H A D | openuncompressedarchive_fuzzer.cpp | 41 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local 43 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| H A D | webpack.config.js | |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_manager.cpp | 31 MergeApFiles(const std::string &inFiles, const std::string &outPath, uint32_t hotnessThreshold, ApGenMode mode) MergeApFiles() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| H A D | worker_thread_local_queue.h | 80 std::optional<Task> Pop(size_t id, TaskExecutionMode mode) in Pop() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_manager.h | 109 void SetExecuteMode(ModuleExecuteMode mode) in SetExecuteMode() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| H A D | run_benchmark.py | 171 mode = stat.S_IWUSR | stat.S_IRUSR variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| H A D | task.cpp | 138 std::ostream &operator<<(std::ostream &os, TaskExecutionMode mode) in operator <<() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
| H A D | task_test.cpp | 257 auto mode = modeQueue.front(); local 262 auto mode = modeQueue.front(); local 298 auto mode = modeQueue.front(); local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | assembler_module.cpp | 87 int AssemblerModule::GetArgcFromJSCallMode(JSCallMode mode) in GetArgcFromJSCallMode() argument 130 bool AssemblerModule::IsCallNew(JSCallMode mode) in IsCallNew() argument 169 bool AssemblerModule::JSModeHaveThisArg(JSCallMode mode) in JSModeHaveThisArg() argument 207 bool AssemblerModule::JSModeHaveNewTargetArg(JSCallMode mode) in JSModeHaveNewTargetArg() argument 245 bool AssemblerModule::IsJumpToCallCommonEntry(JSCallMode mode) in IsJumpToCallCommonEntry() argument [all...] |