Searched full:bfunc (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | lower.h | 307 …CreateStmtCallWithReturnValue(const IntrinsicopNode &intrinNode, const MIRSymbol &ret, PUIdx bFunc, 309 … *CreateStmtCallWithReturnValue(const IntrinsicopNode &intrinNode, PregIdx retPregIdx, PUIdx bFunc,
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | lda.type.yaml | 49 .function void bFunc() <static> { 93 - "bFunc"
|
| D | newobj.yaml | 80 .function void bFunc() <static> { 126 - "bFunc"
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 993 PUIdx bFunc = GetBuiltinToUse(origCall.GetIntrinsic()); in GenIntrinsiccallNode() local 994 if (bFunc != kFuncNotFound) { in GenIntrinsiccallNode() 995 newCall = mirModule.GetMIRBuilder()->CreateStmtCall(bFunc, origCall.GetNopnd()); in GenIntrinsiccallNode() 1016 funcCalled = bFunc; in GenIntrinsiccallNode() 2573 …CreateStmtCallWithReturnValue(const IntrinsicopNode &intrinNode, const MIRSymbol &ret, PUIdx bFunc, in CreateStmtCallWithReturnValue() argument 2583 return mirBuilder->CreateStmtCallAssigned(bFunc, args, &ret, OP_callassigned); in CreateStmtCallWithReturnValue() 2586 …rer::CreateStmtCallWithReturnValue(const IntrinsicopNode &intrinNode, PregIdx retpIdx, PUIdx bFunc, in CreateStmtCallWithReturnValue() argument 2596 return mirBuilder->CreateStmtCallRegassigned(bFunc, args, retpIdx, OP_callassigned); in CreateStmtCallWithReturnValue() 2995 PUIdx bFunc = GetBuiltinToUse(id); in LowerSyncEnterSyncExit() local 2996 CHECK_FATAL(bFunc != kFuncNotFound, "bFunc should be found"); in LowerSyncEnterSyncExit() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 94 .function void bFunc() <static> { 140 - "bFunc"
|
| D | lda.type.yaml | 63 .function void bFunc() <static> { 107 - "bFunc"
|