Home
last modified time | relevance | path

Searched defs:prefix (Results 1 - 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Ddump.cpp49 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 Druntime_controller.cpp35 static bool StartsWith(std::string_view s, std::string_view prefix) in StartsWith() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DclassDeclaration.cpp57 std::string prefix = std::string(pg->Context()->RecordName()) + "."; in Compile() local
/arkcompiler/toolchain/common/
H A Dlog_wrapper.cpp27 void StripString(const std::string& prefix, std::string& str) in StripString() argument
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H A Djit_writer.cpp28 CodePrefix prefix; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/
H A Dregister_native_methods_test.cpp37 static std::string Concat(const char *prefix, const char *signature) in Concat() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dcode_info_test.cpp54 CodePrefix *prefix = new (data.data()) CodePrefix; in EmitCode() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_test.cpp79 const char *prefix = "[anon:panda-"; in CheckAnonMemoryName() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Druntime_calls.cpp38 GetPandaRuntimeFunctionCallee(int entrypoint, llvm::FunctionType *functionProto, llvm::IRBuilder<> *builder, llvm::StringRef prefix) GetPandaRuntimeFunctionCallee() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dcode_info_test.cpp56 auto *prefix = new (data.data()) CodePrefix; in EmitCode() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlogger.cpp310 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 Doptimize_bytecode.cpp231 static bool StringStartsWith(const std::string &str, const std::string &prefix) in StringStartsWith() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.cpp340 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 Dfile_test.cpp79 const char *prefix = "[anon:panda-"; in CheckAnonMemoryName() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.cpp36 CodePrefix prefix; variable
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp128 CodePrefix prefix; in EmitCode() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp136 CString prefix; in TraceJitCode() local
/arkcompiler/runtime_core/isa/
H A Disapi.rb117 def prefix method in Instruction
503 def prefix(item) global() method in OpcodeAssigner
[all...]
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp308 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 Disapi.rb117 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 Dmaple_phase_manager.h118 std::string prefix = ""; in LogDependence() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp241 EtsString *prefix = EtsString::FastSubString(inputStr.GetPtr(), 0, index); in SetSuccessfulMatchLegacyProperties() local
H A Dstd_core_TypeCreator.cpp93 PandasmMethodCreator CreateCopiedMethod(TypeCreatorCtx *ctx, const std::string &prefix, EtsMethod *method) in CreateCopiedMethod() argument
H A Dstd_core_String.cpp506 EtsBoolean StdCoreStringStartsWith(EtsString *thisStr, EtsString *prefix, EtsInt fromIndex) in StdCoreStringStartsWith() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h227 EtsBoolean StartsWith(EtsString *prefix, EtsInt fromIndex) in StartsWith() argument

Completed in 16 milliseconds

12