Searched defs:eid (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/ |
| D | ets_llvm_ir_constructor_gen.inl | 18 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/ |
| D | runtime_calls.cpp | 51 LLVMArkInterface *arkInterface, EntrypointId eid, in CreateEntrypointCallCommon()
|
| D | builtins.cpp | 84 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/ |
| D | slow_path.h | 98 SlowPathEntrypoint(LabelHolder::LabelId label, Inst *inst, EntrypointId eid) in SlowPathEntrypoint()
|
| D | codegen-inl.h | 164 void Codegen::CallRuntimeWithMethod(Inst *inst, void *method, EntrypointId eid, Reg dstReg, Args &&… in CallRuntimeWithMethod()
|
| D | encode_visitor.cpp | 715 …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
|
| D | codegen.cpp | 2199 static void GetEntryPointId(uint64_t elementSize, RuntimeInterface::EntrypointId &eid) in GetEntryPointId() 2257 EntrypointId eid; in VisitNewArray() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 426 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/ |
| D | llvm_ark_interface.cpp | 678 auto eid = static_cast<PandaEntrypointId>(id); in GetEntrypointCallee() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_reader.cpp | 1048 File::EntityId eid(id); in ReadClasses() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_reader.cpp | 1059 File::EntityId eid(id); in ReadClasses() local
|