| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | assembler_module.cpp | 82 int AssemblerModule::GetArgcFromJSCallMode(JSCallMode mode) in GetArgcFromJSCallMode() 120 bool AssemblerModule::IsCallNew(JSCallMode mode) in IsCallNew() 154 bool AssemblerModule::JSModeHaveThisArg(JSCallMode mode) in JSModeHaveThisArg() 187 bool AssemblerModule::JSModeHaveNewTargetArg(JSCallMode mode) in JSModeHaveNewTargetArg() 220 bool AssemblerModule::IsJumpToCallCommonEntry(JSCallMode mode) in IsJumpToCallCommonEntry()
|
| /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()
|
| D | file.h | 227 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
|
| /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()
|
| D | file.h | 199 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
|
| /arkcompiler/toolchain/build/compile_script/ |
| D | ark.py | 68 def _Write(filename, content, mode): argument 73 def get_path(arch, mode): argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.h | 72 void SetExecuteMode(bool mode) in SetExecuteMode()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 22 void PGOProfiler::Sample(JSTaggedType value, SampleMode mode) in Sample()
|
| D | pgo_profiler_info.h | 213 PGOMethodInfo(EntityId id, uint32_t count, SampleMode mode, const char *methodName) in PGOMethodInfo() 235 static bool GetSampleMode(std::string content, SampleMode &mode) in GetSampleMode() 282 void SetSampleMode(SampleMode mode) in SetSampleMode()
|
| D | pgo_profiler_info.cpp | 180 …thodInfoMap::AddMethod(Chunk *chunk, EntityId methodId, const CString &methodName, SampleMode mode) in AddMethod() 279 SampleMode mode; in ParseFromText() local 345 const CString &methodName, SampleMode mode) in AddMethod()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/ |
| D | generate_abc_file.py | 33 def create_dir(out_dir, mode=0o775): argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_writer.cpp | 24 constexpr char const *mode = "wb"; in FileWriter() local
|
| D | file.cpp | 77 static uint32_t GetProt(panda_file::File::OpenMode mode) in GetProt() 198 constexpr char const *mode = "rb"; in OpenPandaFile() local 200 constexpr char const *mode = "rbe"; in OpenPandaFile() local 454 os::file::Mode mode = GetMode(open_mode); in Open() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/ |
| D | pgo_profiler_manager.h | 49 MethodProfilerInfo(EntityId id, uint32_t count, SampleMode mode, uint16_t length) in MethodProfilerInfo() 108 void SetSampleMode(SampleMode mode) in SetSampleMode()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.h | 66 void Update(EcmaOpcode opcode, Mode mode) in Update()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | target.cpp | 139 [[maybe_unused]] auto mode = in Create() local
|
| D | asm_printer.h | 321 …allingConvention(ArenaAllocator *allocator, E *enc, RegistersDescription *descr, CallConvMode mode) in PrinterCallingConvention()
|
| /arkcompiler/runtime_core/runtime/arch/aarch64/ |
| D | call_runtime.S | 84 .macro SAVE_CALLER_GP_REGS fp_reg, paramsnum, mode
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | webpack.config.js | 39 mode: 'development', property
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | callconv.cpp | 23 CallConvMode mode) in Amd64CallingConvention()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | callconv.h | 165 …Convention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, CallConvMode mode) in CallingConvention()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | callconv.cpp | 27 CallConvMode mode) in Aarch32CallingConvention()
|
| /arkcompiler/ets_frontend/test262/ |
| D | run_test262.py | 445 def modetype_to_string(mode): argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 623 void ObjectOperator::SetFound(uint32_t index, JSTaggedValue value, uint32_t attr, bool mode, bool t… in SetFound() 632 void ObjectOperator::UpdateFound(uint32_t index, uint32_t attr, bool mode, bool transition) in UpdateFound()
|