Home
last modified time | relevance | path

Searched refs:callType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp48 uint32_t callType = UINT32_MAX; // UINT32_MAX means not found in Initialize() local
58 if (::strcmp("callType", elemName) == 0) { in Initialize()
59 callType = adae.GetScalarValue().GetValue(); in Initialize()
76 ASSERT((numArgs - HaveFuncBit::Decode(callType) - in Initialize()
77 HaveNewTargetBit::Decode(callType) - HaveThisBit::Decode(callType)) >= 0); in Initialize()
80 callField_ = (callType & CALL_TYPE_MASK) | in Initialize()
82 NumArgsBits::Encode(numArgs - HaveFuncBit::Decode(callType) // exclude func in Initialize()
83 - HaveNewTargetBit::Decode(callType) // exclude new target in Initialize()
84 - HaveThisBit::Decode(callType)); // exclud in Initialize()
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp490 llvm::StringRef LLVMArkInterface::GetRuntimeFunctionName(LLVMArkInterface::RuntimeCallType callType, in GetRuntimeFunctionName() argument
493 if (callType == LLVMArkInterface::RuntimeCallType::INTRINSIC) { in GetRuntimeFunctionName()
497 ASSERT(callType == LLVMArkInterface::RuntimeCallType::ENTRYPOINT); in GetRuntimeFunctionName()
510 LLVMArkInterface::RuntimeCallType callType, in GetOrCreateRuntimeFunctionType()
516 auto rtFunctionName = GetRuntimeFunctionName(callType, id); in GetOrCreateRuntimeFunctionType()
522 if (callType == RuntimeCallType::INTRINSIC) { in GetOrCreateRuntimeFunctionType()
526 ASSERT(callType == RuntimeCallType::ENTRYPOINT); in GetOrCreateRuntimeFunctionType()
509 GetOrCreateRuntimeFunctionType(llvm::LLVMContext &ctx, llvm::Module *module, LLVMArkInterface::RuntimeCallType callType, LLVMArkInterface::IntrinsicId id) GetOrCreateRuntimeFunctionType() argument
H A Dllvm_ark_interface.h106 llvm::StringRef GetRuntimeFunctionName(LLVMArkInterface::RuntimeCallType callType, IntrinsicId id);
109 LLVMArkInterface::RuntimeCallType callType, IntrinsicId id);

Completed in 3 milliseconds