/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | assembler_module.cpp | 83 int AssemblerModule::GetArgcFromJSCallMode(JSCallMode mode) in GetArgcFromJSCallMode() 125 bool AssemblerModule::IsCallNew(JSCallMode mode) in IsCallNew() 163 bool AssemblerModule::JSModeHaveThisArg(JSCallMode mode) in JSModeHaveThisArg() 200 bool AssemblerModule::JSModeHaveNewTargetArg(JSCallMode mode) in JSModeHaveNewTargetArg() 237 bool AssemblerModule::IsJumpToCallCommonEntry(JSCallMode mode) in IsJumpToCallCommonEntry()
|
D | object_access_helper.h | 102 …explicit ObjectAccessHelper(TSManager *tsManager, AccessMode mode, GateRef receiver, GateType type, in ObjectAccessHelper() 159 …explicit PGOObjectAccessHelper(TSManager *tsManager, AccessMode mode, GateRef receiver, ProfileTyp… in PGOObjectAccessHelper()
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | file.cpp | 26 static int GetFlags(Mode mode) in GetFlags() 48 File Open(std::string_view filename, Mode mode) in Open()
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | file.cpp | 25 static int GetFlags(Mode mode) in GetFlags() 47 File Open(std::string_view filename, Mode mode) in Open()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
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/ets_runtime/ecmascript/ |
D | on_heap.h | 30 static bool IsNone(OnHeapMode mode) in IsNone() 43 static bool ToBoolean(OnHeapMode mode) in ToBoolean()
|
/arkcompiler/ets_runtime/test/aottest/calls/ |
D | calls.ts | 46 public mode: number = 1; property in A 62 public mode: number = 1; property in B 75 public mode: number = 1; property in C
|
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
D | openuncompressedarchive_fuzzer.cpp | 41 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local 43 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
|
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
D | openuncompressedarchive_fuzzer.cpp | 41 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local 43 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | file.cpp | 30 static int GetFlags(Mode mode) in GetFlags() 52 File Open(std::string_view filename, Mode mode) in Open()
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
D | file.cpp | 30 static int GetFlags(Mode mode) in GetFlags() 52 File Open(std::string_view filename, Mode mode) in Open()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_encoder_mock.h | 27 PGOProfilerEncoderMock(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoderMock()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/ |
D | webpack.dist.config.js | 19 mode: 'production', property
|
D | webpack.debug.config.js | 19 mode: 'development', property
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | file_writer.cpp | 24 constexpr char const *mode = "wb"; in FileWriter() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_manager.h | 87 void SetExecuteMode(bool mode) in SetExecuteMode()
|
/arkcompiler/ets_frontend/ets2panda/linter/ |
D | webpack.config.js | 19 mode: "development", property
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
D | webpack.config.js | 19 mode: "development", property
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_encoder.h | 32 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder() 82 void SetApGenMode(ApGenMode mode) in SetApGenMode()
|
D | pgo_profiler_manager.h | 168 void SetApGenMode(ApGenMode mode) in SetApGenMode() 212 ApGenMode mode) in TextToBinary()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_writer.cpp | 24 constexpr char const *mode = "wb"; in FileWriter() local
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | runtime_options.h | 31 static inline bool IsEnabled(VerificationMode mode) in IsEnabled() 36 static inline VerificationMode VerificationModeFromString(const std::string &mode) in VerificationModeFromString()
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
D | task_queue.h | 120 [[nodiscard]] std::optional<Task> PopTask(TaskExecutionMode mode) override in PopTask() 174 …[[nodiscard]] PANDA_PUBLIC_API bool HasTaskWithExecutionMode(TaskExecutionMode mode) const override in HasTaskWithExecutionMode()
|
D | task.cpp | 71 std::ostream &operator<<(std::ostream &os, TaskExecutionMode mode) in operator <<()
|
/arkcompiler/ets_frontend/ets2panda/linter/scripts/ |
D | update-test-results.mjs | 73 function updateTest(testDir, testFile, mode) { argument
|