Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.cpp82 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/
Dfile.cpp25 static int GetFlags(Mode mode) in GetFlags()
47 File Open(std::string_view filename, Mode mode) in Open()
Dfile.h227 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp41 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local
43 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.cpp30 static int GetFlags(Mode mode) in GetFlags()
52 File Open(std::string_view filename, Mode mode) in Open()
Dfile.h199 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
/arkcompiler/toolchain/build/compile_script/
Dark.py68 def _Write(filename, content, mode): argument
73 def get_path(arch, mode): argument
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h72 void SetExecuteMode(bool mode) in SetExecuteMode()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp22 void PGOProfiler::Sample(JSTaggedType value, SampleMode mode) in Sample()
Dpgo_profiler_info.h213 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()
Dpgo_profiler_info.cpp180 …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/
Dgenerate_abc_file.py33 def create_dir(out_dir, mode=0o775): argument
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.cpp24 constexpr char const *mode = "wb"; in FileWriter() local
Dfile.cpp77 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/
Dpgo_profiler_manager.h49 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/
Dopt_code_profiler.h66 void Update(EcmaOpcode opcode, Mode mode) in Update()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dtarget.cpp139 [[maybe_unused]] auto mode = in Create() local
Dasm_printer.h321 …allingConvention(ArenaAllocator *allocator, E *enc, RegistersDescription *descr, CallConvMode mode) in PrinterCallingConvention()
/arkcompiler/runtime_core/runtime/arch/aarch64/
Dcall_runtime.S84 .macro SAVE_CALLER_GP_REGS fp_reg, paramsnum, mode
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js39 mode: 'development', property
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp23 CallConvMode mode) in Amd64CallingConvention()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcallconv.h165 …Convention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, CallConvMode mode) in CallingConvention()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp27 CallConvMode mode) in Aarch32CallingConvention()
/arkcompiler/ets_frontend/test262/
Drun_test262.py445 def modetype_to_string(mode): argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp623 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()

12