Home
last modified time | relevance | path

Searched defs:mode (Results 1 - 25 of 84) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
H A Ddirectory.cpp31 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 Dfile.cpp25 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 Dfile.cpp26 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 Dmergewithexistprofile_fuzzer.cpp36 PGOProfilerEncoder::ApGenMode mode = static_cast<PGOProfilerEncoder::ApGenMode>( in MergeWithExistProfileFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_encoder_mock.h27 PGOProfilerEncoderMock(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoderMock() argument
/arkcompiler/ets_runtime/tools/circuit_viewer/
H A Dwebpack.dist.config.js
H A Dwebpack.debug.config.js
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Dtaskpool.h74 void SetThreadPriority(PriorityMode mode) in SetThreadPriority() argument
H A Drunner.cpp81 void Runner::SetQosPriority([[maybe_unused]] PriorityMode mode) in SetQosPriority() argument
/arkcompiler/ets_runtime/ecmascript/
H A Don_heap.h30 static bool IsNone(OnHeapMode mode) in IsNone() argument
43 static bool ToBoolean(OnHeapMode mode) in ToBoolean() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_writer.cpp24 constexpr char const *mode = "wb"; in FileWriter() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfile.cpp30 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 Dfile.cpp30 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 Dtarget.cpp140 [[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 Dwebpack.config.js
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/
H A Dopenuncompressedarchive_fuzzer.cpp42 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 Dopenuncompressedarchive_fuzzer.cpp41 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local
43 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/linter/
H A Dwebpack.config.js
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.cpp31 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 Dworker_thread_local_queue.h80 std::optional<Task> Pop(size_t id, TaskExecutionMode mode) in Pop() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_manager.h109 void SetExecuteMode(ModuleExecuteMode mode) in SetExecuteMode() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
H A Drun_benchmark.py171 mode = stat.S_IWUSR | stat.S_IRUSR variable
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask.cpp138 std::ostream &operator<<(std::ostream &os, TaskExecutionMode mode) in operator <<() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H A Dtask_test.cpp257 auto mode = modeQueue.front(); local
262 auto mode = modeQueue.front(); local
298 auto mode = modeQueue.front(); local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dassembler_module.cpp87 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...]

Completed in 8 milliseconds

1234