Home
last modified time | relevance | path

Searched defs:entrypointId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dpanda_runtime_lowering.cpp175 uint64_t entrypointId = llvm::cast<llvm::ConstantInt>(entrypointIdValue)->getZExtValue(); in LowerDeoptimizeIntrinsic() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp83 auto entrypointId = EntrypointId::INVALID; in CreateArrayCopyTo() local
488 auto entrypointId = EntrypointId::STRING_GET_BYTES_TLAB; in CreateStringGetBytesTlab() local
540 auto entrypointId = EntrypointId::STRING_REPEAT; in CreateStringRepeat() local
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl376 auto entrypointId = RuntimeInterface::EntrypointId::STRING_INDEX_OF; local
390 auto entrypointId = RuntimeInterface::EntrypointId::STRING_INDEX_OF_AFTER; local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2306 auto entrypointId = EntrypointId::INVALID; in CreateMemmoveUnchecked() local
2345 …auto entrypointId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::STRING_EQUALS_COMPR… in CreateStringEquals() local
2377 …auto entrypointId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::STRING_BUILDER_STRI… in CreateStringBuilderString() local
2435 auto entrypointId = GetRuntime()->IsCompressedStringsEnabled() in CreateStringSubstringTlab() local
2443 …auto entrypointId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::STRING_GET_CHARS_TL… in CreateStringGetCharsTlab() local
Dencode_visitor.cpp1186 auto entrypointId = runtime->GetGlobalVarEntrypointId(); in VisitGetGlobalVarAddress() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3556 auto entrypointId = RuntimeInterface::EntrypointId::RESOLVE_STRING; in VisitLoadString() local
3837 auto entrypointId = RuntimeInterface::EntrypointId::GET_FIELD_OFFSET; in VisitResolveObjectField() local
4415 auto entrypointId = RuntimeInterface::EntrypointId::CREATE_MULTI_ARRAY; in VisitMultiArray() local