| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | dump.cpp | 49 DumpStackMapFunction(const LLVMStackMap::FunctionAccessor &function, std::ostream &stream, const std::string &prefix) DumpStackMapFunction() argument 58 DumpStackMapRecord(const LLVMStackMap::RecordAccessor &record, std::ostream &stream, const std::string &prefix) DumpStackMapRecord() argument 82 DumpStackMapLocation(const LLVMStackMap::LocationAccessor &location, std::ostream &stream, const std::string &prefix) DumpStackMapLocation() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | runtime_controller.cpp | 35 static bool StartsWith(std::string_view s, std::string_view prefix) in StartsWith() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | classDeclaration.cpp | 57 std::string prefix = std::string(pg->Context()->RecordName()) + "."; in Compile() local
|
| /arkcompiler/toolchain/common/ |
| H A D | log_wrapper.cpp | 27 void StripString(const std::string& prefix, std::string& str) in StripString() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tools/debug/ |
| H A D | jit_writer.cpp | 28 CodePrefix prefix; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/ |
| H A D | register_native_methods_test.cpp | 37 static std::string Concat(const char *prefix, const char *signature) in Concat() argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | code_info_test.cpp | 54 CodePrefix *prefix = new (data.data()) CodePrefix; in EmitCode() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | file_test.cpp | 79 const char *prefix = "[anon:panda-"; in CheckAnonMemoryName() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| H A D | runtime_calls.cpp | 38 GetPandaRuntimeFunctionCallee(int entrypoint, llvm::FunctionType *functionProto, llvm::IRBuilder<> *builder, llvm::StringRef prefix) GetPandaRuntimeFunctionCallee() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | code_info_test.cpp | 56 auto *prefix = new (data.data()) CodePrefix; in EmitCode() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | logger.cpp | 310 std::string prefix = GetPrefix(level, component); in LogLineInternal() local 316 std::string prefix = GetPrefix(level, component); in LogLineInternal() local 322 std::string prefix = GetPrefix(level, component); in LogLineInternal() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | optimize_bytecode.cpp | 231 static bool StringStartsWith(const std::string &str, const std::string &prefix) in StringStartsWith() argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | logger.cpp | 340 std::string prefix = GetPrefix(level, component); in LogLineInternal() local 346 std::string prefix = GetPrefix(level, component); in LogLineInternal() local 353 std::string prefix = GetPrefix(level, component); in LogLineInternal() local 379 std::string prefix = GetPrefix(level, component); in LogLineInternal() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_test.cpp | 79 const char *prefix = "[anon:panda-"; in CheckAnonMemoryName() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| H A D | aot_builder.cpp | 36 CodePrefix prefix; variable
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| H A D | compile_method.cpp | 128 CodePrefix prefix; in EmitCode() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_dfx.cpp | 136 CString prefix; in TraceJitCode() local
|
| /arkcompiler/runtime_core/isa/ |
| H A D | isapi.rb | 117 def prefix method in Instruction 503 def prefix(item) global() method in OpcodeAssigner [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tools/aotdump/ |
| H A D | aotdump.cpp | 308 void PrintCode(const char *prefix, const CodeInfo &codeInfo, const PandaFileHelper &pfile) const in PrintCode() argument 327 void PrintCodeArm64(const char *prefix, const CodeInfo &codeInfo, const PandaFileHelper &pfile) const in PrintCodeArm64() argument 353 void PrintCodeX8664(const char *prefix, const CodeInfo &codeInfo, const PandaFileHelper &pfile) const in PrintCodeX8664() argument 394 PrintStackmap(const char *prefix, const CodeInfo &codeInfo, const StackMap &stackmap, Arch arch, const PandaFileHelper &pfile) const PrintStackmap() argument [all...] |
| /arkcompiler/runtime_core/static_core/isa/ |
| H A D | isapi.rb | 117 def prefix method in Instruction 456 def prefix(item) global() method in OpcodeAssigner [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| H A D | maple_phase_manager.h | 118 std::string prefix = ""; in LogDependence() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_RegExp.cpp | 241 EtsString *prefix = EtsString::FastSubString(inputStr.GetPtr(), 0, index); in SetSuccessfulMatchLegacyProperties() local
|
| H A D | std_core_TypeCreator.cpp | 93 PandasmMethodCreator CreateCopiedMethod(TypeCreatorCtx *ctx, const std::string &prefix, EtsMethod *method) in CreateCopiedMethod() argument
|
| H A D | std_core_String.cpp | 506 EtsBoolean StdCoreStringStartsWith(EtsString *thisStr, EtsString *prefix, EtsInt fromIndex) in StdCoreStringStartsWith() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_string.h | 227 EtsBoolean StartsWith(EtsString *prefix, EtsInt fromIndex) in StartsWith() argument
|