Home
last modified time | relevance | path

Searched refs:compiledCodeFlag (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp965 Register compiledCodeFlag = rcx; in JSBoundFunctionCallInternal() local
973 … __ Movzwq(Operand(rsi, JSFunctionBase::BIT_FIELD_OFFSET), compiledCodeFlag); // compiled code flag in JSBoundFunctionCallInternal()
974 __ Btq(JSFunctionBase::IsCompiledCodeBit::START_BIT, compiledCodeFlag); // is compiled code in JSBoundFunctionCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp990 Register compiledCodeFlag(X9, W); in JSBoundFunctionCallInternal() local
991 __ Ldrh(compiledCodeFlag, MemoryOperand(boundTarget, JSFunctionBase::BIT_FIELD_OFFSET)); in JSBoundFunctionCallInternal()
992 __ Tbz(compiledCodeFlag, JSFunctionBase::IsCompiledCodeBit::START_BIT, &slowCall); in JSBoundFunctionCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10097 GateRef compiledCodeFlag = Int32Or(compiledCodeField, Int32LSL(ZExtInt1ToInt32(isFastCall), in SetCompiledCodeFlagToFunctionFromMethod() local
10099 SetCompiledCodeFlagToFunction(glue, function, compiledCodeFlag); in SetCompiledCodeFlagToFunctionFromMethod()