Home
last modified time | relevance | path

Searched refs:recordName_ (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_bytecode_lowering.h36 recordName_(recordName), in NTypeBytecodeLowering()
89 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
107 const CString recordName_; member in panda::ecmascript::kungfu::NTypeBytecodeLowering
H A Dntype_hcr_lowering.h35 recordName_(recordName), in NTypeHCRLowering()
78 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
87 const CString &recordName_; member in panda::ecmascript::kungfu::NTypeHCRLowering
H A Dtyped_bytecode_lowering.h63 recordName_(recordName), in TypedBytecodeLowering()
273 const CString &recordName_; member in panda::ecmascript::kungfu::TypedBytecodeLowering
H A Dpass.h80 methodInfo_(methodInfo), recordName_(recordName), methodLiteral_(methodLiteral),
166 return recordName_; in GetRecordName()
203 log_->RemoveCompiledMethod(methodName_, recordName_); in AbortCompilation()
214 const CString &recordName_; member in panda::ecmascript::kungfu::PassData
H A Dbytecode_circuit_builder.h235 methodName_(name), recordName_(recordName), in BytecodeCircuitBuilder()
712 const CString &recordName_; member in panda::ecmascript::kungfu::BytecodeCircuitBuilder::MarkState
H A Dtype_info_accessors.cpp1360 : TypeInfoAccessor(env, circuit, gate), recordName_(recordName) in CreateObjWithBufferTypeInfoAccessor()
1379 return compilationEnv_->GetObjectLiteralFromCache(unsharedCp, imm, recordName_); in GetObject()
H A Dtype_info_accessors.h1899 const CString &recordName_;
H A Dtyped_bytecode_lowering.cpp2337 CreateObjWithBufferTypeInfoAccessor tacc(compilationEnv_, circuit_, gate, recordName_, chunk_); in LowerCreateObjectWithBuffer()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerContext.h108 return recordName_; in RecordName()
133 util::StringView recordName_; member in panda::es2panda::panda::es2panda::compiler::CompilerContext
H A DcompilerContext.cpp28 isRecordDebugSource_(isRecordDebugSource), sourceFile_(sourceFile), pkgName_(pkgName), recordName_(recordName), in CompilerContext()
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.h48 recordName_(recordName), in PatchFix()
63 patchMain0_ = recordName_ + ".patch_main_0"; in PatchFix()
64 patchMain1_ = recordName_ + ".patch_main_1"; in PatchFix()
65 funcMain0_ = recordName_ + ".func_main_0"; in PatchFix()
123 std::string recordName_; member in panda::es2panda::panda::es2panda::panda::es2panda::util::PatchFix
H A DpatchFix.cpp155 auto recordPrefix = recordName_ + "_"; in GetLiteralIdxFromStringId()
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h100 return recordName_.View(); in RecordName()
138 recordName_ = util::UString(recordName, Allocator()); in SetRecordName()
247 util::UString recordName_ {};
H A Dprogram.cpp38 recordName_(other.recordName_), in Program()
/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.h92 return recordName_; in RecordName()
169 std::string recordName_; member in panda::es2panda::aot::Options
H A Doptions.cpp600 recordName_ = recordName.GetValue(); in Parse()
601 if (recordName_.empty()) { in Parse()
602 recordName_ = compilerOutput_.empty() ? "Base64Output" : in Parse()
628 es2panda::SourceFile src(sourceFile_, recordName_, scriptKind_, GetScriptExtension(sourceFile_, extension)); in Parse()
640 es2panda::SourceFile src("", recordName_, es2panda::parser::ScriptKind::SCRIPT, in Parse()
/arkcompiler/runtime_core/static_core/assembler/
H A Dannotation.h38 : recordName_(recordName), elements_(std::move(elements)) in AnnotationData()
42 explicit AnnotationData(std::string_view recordName) : recordName_(recordName) {} in AnnotationData()
51 return recordName_; in GetName()
65 std::string recordName_; member in ark::pandasm::AnnotationData
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.h39 CString recordName_; member
H A Dsnapshot_constantpool_data.cpp290 auto literalObj = ConstantPool::GetClassLiteralFromCache(thread_, cp, data.constantPoolIdx_, data.recordName_); in StoreDataToGlobalData()
342 properties, cp, data.recordName_); in StoreDataToGlobalData()
374 thread_, jsPandaFile_, id, cp, data.recordName_); in StoreDataToGlobalData()

Completed in 19 milliseconds