Home
last modified time | relevance | path

Searched defs:frameAddr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp358 LLVMValueRef frameAddr = LLVMBuildPtrToInt(builder_, llvmFpAddr, slotType_, "cast_int_t"); in SaveFrameTypeOnFrame() local
1097 LLVMValueRef frameAddr = LLVMBuildPtrToInt(builder_, llvmFpAddr, slotType_, "cast_int_t"); in SaveJSFuncOnOptJSFuncFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp592 LLVMValueRef frameAddr = LLVMBuildPtrToInt(builder, fAddrRet, LLVMInt64Type(), "cast_int64_t"); in CallingFp() local