Home
last modified time | relevance | path

Searched defs:Parse (Results 1 – 25 of 38) 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
Dpandargs.h265 bool Parse(const std::vector<std::string> &argvVec) in Parse() function
272 …bool Parse(int argc, const char *const argv[]) // NOLINT(modernize-avoid-c-arrays, hicpp-avoid-c-… in Parse() function
/arkcompiler/ets_frontend/merge_abc/src/
Doptions.cpp29 bool Options::Parse(int argc, const char **argv) in Parse() function in panda::proto::Options
/arkcompiler/runtime_core/abc2program/
Dabc2program_options.cpp21 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_parser.h100 RetCode Parse(int argc, char **argv) in Parse() function
106 RetCode Parse(std::vector<std::string> argvs) in Parse() function
Dcl_option.h235 …RetCode Parse(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg) override 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/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_parser.cpp182 RetCode CommandLine::Parse(int argc, char **argv, OptionCategory &optCategory) in Parse() function in CommandLine
203 RetCode CommandLine::Parse(std::vector<std::string> argvs, OptionCategory &optCategory) in Parse() function in CommandLine
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.cpp99 bool AsmTest::Parse(const char *source, const char *fileName) in Parse() function in ark::compiler::AsmTest
Dpanda_runner.h48 void Parse(std::string_view source) in Parse() function
/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/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/runtime_core/static_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp29 TEST(BytecodeInstruction, Parse) in TEST() argument
259 TEST(BytecodeInstructionSafe, Parse) in TEST() argument
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.cpp20 void BaseParser::Parse(const BytecodeInfoCollector &collector, const PGOTypeRecorder &typeRecorder, in Parse() function in panda::ecmascript::kungfu::BaseParser
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp993 Expected<Program, Error> Parser::Parse(TokenSet &vectors_tokens, const std::string &file_name) in Parse() function in panda::pandasm::Parser
1053 Expected<Program, Error> Parser::Parse(const std::string &source, const std::string &file_name) in Parse() function in panda::pandasm::Parser
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp1094 Expected<Program, Error> Parser::Parse(TokenSet &vectorsTokens, const std::string &fileName) in Parse() function in ark::pandasm::Parser
1116 Expected<Program, Error> Parser::Parse(const std::string &source, const std::string &fileName) in Parse() function in ark::pandasm::Parser
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp39 std::unique_ptr<PtJson> PtJson::Parse(const std::string &data) in Parse() function in panda::ecmascript::tooling::PtJson
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmetadata_parse.cpp19 bool Meta::Parse(const cJSON *object) in Parse() function in rawheap_translate::Meta

12