Home
last modified time | relevance | path

Searched defs:Parse (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp27 TEST(BytecodeInstructionV4_IMM4, Parse) in TEST() argument
47 TEST(BytecodeInstructionIMM8, Parse) in TEST() argument
82 TEST(BytecodeInstructionIMM16, Parse) in TEST() argument
117 TEST(BytecodeInstructionIMM32, Parse) in TEST() argument
152 TEST(BytecodeInstructionIMM64, Parse) in TEST() argument
187 TEST(BytecodeInstructionV4_V4, Parse) in TEST() argument
199 TEST(BytecodeInstructionV8, Parse) in TEST() argument
219 TEST(BytecodeInstructionV16, Parse) in TEST() argument
231 TEST(BytecodeInstructionID32, Parse) in TEST() argument
242 TEST(BytecodeInstructionID16, Parse) in TEST() argument
[all …]
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.cpp25 bool JsonObject::Parser::Parse(const std::string &text) in Parse() function in panda::JsonObject::Parser
32 bool JsonObject::Parser::Parse(std::streambuf *stream_buf) in Parse() function in panda::JsonObject::Parser
39 bool JsonObject::Parser::Parse() in Parse() function in panda::JsonObject::Parser
Dpandargs.h263 bool Parse(const std::vector<std::string> &argv_vec) in Parse() function
270 …bool Parse(int argc, const char *const argv[]) // NOLINT(modernize-avoid-c-arrays, hicpp-avoid-c-… in Parse() function
/arkcompiler/runtime_core/static_core/tools/sampler/
Dargs_parser.h25 bool Parse(ark::Span<const char *> args) in Parse() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.cpp26 bool JsonObject::Parser::Parse(const std::string &text) in Parse() function in ark::JsonObject::Parser
33 bool JsonObject::Parser::Parse(std::streambuf *streamBuf) in Parse() function in ark::JsonObject::Parser
40 bool JsonObject::Parser::Parse() in Parse() function in ark::JsonObject::Parser
/arkcompiler/ets_frontend/merge_abc/src/
Doptions.cpp27 bool Options::Parse(int argc, const char **argv) in Parse() function in panda::proto::Options
/arkcompiler/runtime_core/panda_guard/configs/
Dguard_args_parser.cpp21 bool panda::guard::GuardArgsParser::Parse(int argc, const char **argv) in Parse() function in panda::guard::GuardArgsParser
/arkcompiler/runtime_core/abc2program/
Dabc2program_options.cpp20 bool Abc2ProgramOptions::Parse(int argc, const char **argv) in Parse() function in panda::abc2program::Abc2ProgramOptions
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp43 JSTaggedValue BuiltinsJson::Parse(EcmaRuntimeCallInfo *argv) in Parse() function in panda::ecmascript::builtins::BuiltinsJson
48 JSTaggedValue BuiltinsSendableJson::Parse(EcmaRuntimeCallInfo *argv) in Parse() function in panda::ecmascript::builtins::BuiltinsSendableJson
61 JSTaggedValue BuiltinsBigIntJson::Parse(EcmaRuntimeCallInfo *argv) in Parse() function in panda::ecmascript::builtins::BuiltinsBigIntJson
/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_options.cpp21 bool Abc2ProgramOptions::Parse(int argc, const char **argv) in Parse() function in ark::abc2program::Abc2ProgramOptions
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_options_parser.h74 void Parse() in Parse() function
/arkcompiler/runtime_core/static_core/dprof/converter/
Dmain.cpp31 bool Parse(ark::Span<const char *> args) in Parse() function in ark::dprof::ArgsParser
/arkcompiler/ets_runtime/compiler_service/src/
Daot_args_handler.cpp136 int32_t AOTArgsParser::Parse(const std::unordered_map<std::string, std::string> &argsMap, HapArgs &… in Parse() function in OHOS::ArkCompiler::AOTArgsParser
203 int32_t StaticAOTArgsParser::Parse(const std::unordered_map<std::string, std::string> &argsMap, in Parse() function in OHOS::ArkCompiler::StaticAOTArgsParser
342 int32_t StaticFrameworkAOTArgsParser::Parse(const std::unordered_map<std::string, std::string> &arg… in Parse() function in OHOS::ArkCompiler::StaticFrameworkAOTArgsParser
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.h48 void Parse(std::string_view source) in Parse() function
Dunit_test.cpp99 bool AsmTest::Parse(const char *source, const char *fileName) in Parse() function in ark::compiler::AsmTest
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp99 bool AsmTest::Parse(const char *source, const char *file_name) in Parse() function in panda::compiler::AsmTest
Dpanda_runner.h42 void Parse(std::string_view source) in Parse() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_parser.h100 RetCode Parse(std::vector<std::string> argvs) in Parse() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp34 std::optional<CountableLoopInfo> CountableLoopParser::Parse() in Parse() function in ark::compiler::CountableLoopParser
/arkcompiler/runtime_core/static_core/dprof/daemon/
Dmain.cpp167 bool Parse(ark::Span<const char *> args) in Parse() function in ark::dprof::ArgsParser
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_parser.cpp179 RetCode CommandLine::Parse(std::vector<std::string> argvs, OptionCategory &optCategory) in Parse() function in CommandLine
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp200 bool Options::Parse(Span<const char *const> args) in Parse() function in ark::es2panda::util::Options
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp255 bool Version::Parse(const std::string &version) in RealPath() function in rawheap_translate::Version
Drawheap_translate.cpp210 bool RawHeapTranslateV1::Parse(FileReader &file, uint32_t rawheapFileSize) in Parse() function in rawheap_translate::RawHeapTranslateV1
549 bool RawHeapTranslateV2::Parse(FileReader &file, uint32_t rawheapFileSize) in Parse() function in rawheap_translate::RawHeapTranslateV2
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp30 TEST(BytecodeInstruction, Parse) in TEST() argument
261 TEST(BytecodeInstructionSafe, Parse) in TEST() argument

12