Home
last modified time | relevance | path

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

/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
572 auto entrypointId = EntrypointId::STRING_REPEAT; in CreateStringRepeat() local
700 auto entrypointId = EntrypointId::WRITE_STRING_TO_MEM; in CODEGEN_TYPED_ARRAY_TO_REVERSED() local
707 auto entrypointId = EntrypointId::CREATE_STRING_FROM_MEM; in CreateReadString() local
/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/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.cpp2344 auto entrypointId = EntrypointId::INVALID; in CreateMemmoveUnchecked() local
2383 …auto entrypointId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::STRING_EQUALS_COMPR… in CreateStringEquals() local
2415 …auto entrypointId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::STRING_BUILDER_STRI… in CreateStringBuilderString() local
2473 auto entrypointId = GetRuntime()->IsCompressedStringsEnabled() in CreateStringSubstringTlab() local
2481 …auto entrypointId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::STRING_GET_CHARS_TL… in CreateStringGetCharsTlab() local
Dencode_visitor.cpp1190 auto entrypointId = runtime->GetGlobalVarEntrypointId(); in VisitGetGlobalVarAddress() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3539 auto entrypointId = RuntimeInterface::EntrypointId::RESOLVE_STRING; in VisitLoadString() local
3832 auto entrypointId = RuntimeInterface::EntrypointId::GET_FIELD_OFFSET; in VisitResolveObjectField() local
4410 auto entrypointId = RuntimeInterface::EntrypointId::CREATE_MULTI_ARRAY; in VisitMultiArray() local