Home
last modified time | relevance | path

Searched defs:eid (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl18 RuntimeInterface::EntrypointId eid; local
58 auto eid = RuntimeInterface::EntrypointId::STRING_BUILDER_APPEND_BOOL; local
68 auto eid = RuntimeInterface::EntrypointId::STRING_BUILDER_APPEND_CHAR_COMPRESSED; local
113 auto eid = RuntimeInterface::EntrypointId::STRING_BUILDER_TO_STRING; local
123 auto eid = RuntimeInterface::EntrypointId::STRING_BUILDER_APPEND_LONG; local
135 auto eid = RuntimeInterface::EntrypointId::STRING_BUILDER_APPEND_STRING; local
262 auto eid = RuntimeInterface::EntrypointId::STRING_TRIM_LEFT; local
270 auto eid = RuntimeInterface::EntrypointId::STRING_TRIM_RIGHT; local
278 auto eid = RuntimeInterface::EntrypointId::STRING_TRIM; local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Druntime_calls.cpp51 LLVMArkInterface *arkInterface, EntrypointId eid, in CreateEntrypointCallCommon()
Dbuiltins.cpp84 auto eid = forceInit ? ark::compiler::RuntimeInterface::EntrypointId::CLASS_INIT_RESOLVER in SlowClassLoadingHelper() local
380 auto eid = compiler::RuntimeInterface::EntrypointId::RESOLVE_STRING_AOT; in LowerLoadString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dslow_path.h98 SlowPathEntrypoint(LabelHolder::LabelId label, Inst *inst, EntrypointId eid) in SlowPathEntrypoint()
Dcodegen-inl.h164 void Codegen::CallRuntimeWithMethod(Inst *inst, void *method, EntrypointId eid, Reg dstReg, Args &&… in CallRuntimeWithMethod()
Dencode_visitor.cpp715 …auto eid = inst->CanDeoptimize() ? RuntimeInterface::EntrypointId::CHECK_STORE_ARRAY_REFERENCE_DEO… in VisitRefTypeCheck() local
1545 auto eid = inst->CanDeoptimize() ? RuntimeInterface::EntrypointId::CHECK_CAST_DEOPTIMIZE in FillUnresolvedClass() local
1623 auto eid = inst->CanDeoptimize() ? RuntimeInterface::EntrypointId::CHECK_CAST_DEOPTIMIZE in FillArrayClass() local
1645 auto eid = inst->CanDeoptimize() ? RuntimeInterface::EntrypointId::CHECK_CAST_DEOPTIMIZE in FillInterfaceClass() local
Dcodegen.cpp2199 static void GetEntryPointId(uint64_t elementSize, RuntimeInterface::EntrypointId &eid) in GetEntryPointId()
2257 EntrypointId eid; in VisitNewArray() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp426 bool LLVMIrConstructor::EmitFastPath(Inst *inst, RuntimeInterface::EntrypointId eid, uint32_t numAr… in EmitFastPath()
859 auto eid = RuntimeInterface::EntrypointId::STRING_GET_CHARS_TLAB_COMPRESSED; in EmitStringGetCharsTlab() local
1087 llvm::CallInst *LLVMIrConstructor::CreateEntrypointCall(RuntimeInterface::EntrypointId eid, Inst *i… in CreateEntrypointCall()
1182 …vm::CallInst *LLVMIrConstructor::CreateFastPathCall(Inst *inst, RuntimeInterface::EntrypointId eid, in CreateFastPathCall()
1668 auto eid = RuntimeInterface::EntrypointId::CREATE_ARRAY; in CreateNewArrayWithRuntime() local
1680 auto eid = RuntimeInterface::EntrypointId::CREATE_OBJECT_BY_CLASS; in CreateNewObjectWithRuntime() local
1963 …auto eid = callInst->IsStaticLaunchCall() ? RuntimeInterface::EntrypointId::CREATE_LAUNCH_STATIC_C… in CreateLaunchCall() local
4080 auto eid = RuntimeInterface::EntrypointId::CREATE_EMPTY_STRING; in VisitInitEmptyString() local
4137 auto eid = GetAllocateArrayTlabEntrypoint(elementSize); in VisitNewArray() local
4180 auto eid = RuntimeInterface::EntrypointId::ALLOCATE_OBJECT_TLAB; in VisitNewObject() local
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp678 auto eid = static_cast<PandaEntrypointId>(id); in GetEntrypointCallee() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp1048 File::EntityId eid(id); in ReadClasses() local
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp1059 File::EntityId eid(id); in ReadClasses() local