Searched refs:IsAotCodeBit (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.h | 56 using IsAotCodeBit = IsNativeBit::NextFlag; // offset 61 member 57 using IsFastBuiltinBit = IsAotCodeBit::NextFlag; // offset 62 72 callField_ = IsAotCodeBit::Update(callField_, isCompiled); in SetAotCodeBit() 130 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit() 160 return IsAotCodeBit::Decode(callField); in IsAotWithCallField()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.h | 48 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit() 83 return IsAotCodeBit::Decode(callField); in IsAotWithCallField() 434 using IsAotCodeBit = IsNativeBit::NextFlag; // offset 61 variable 435 using IsFastBuiltinBit = IsAotCodeBit::NextFlag; // offset 62
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_circuit_builder.h | 275 Int64LSR(callfield, Int64(MethodLiteral::IsAotCodeBit::START_BIT)), in JudgeAotAndFastCallWithMethod() 276 Int64((1LLU << MethodLiteral::IsAotCodeBit::SIZE) - 1)), in JudgeAotAndFastCallWithMethod() 283 Int64(Method::AOT_FASTCALL_BITS << MethodLiteral::IsAotCodeBit::START_BIT)), in JudgeAotAndFastCallWithMethod() 284 Int64(Method::AOT_FASTCALL_BITS << MethodLiteral::IsAotCodeBit::START_BIT)); in JudgeAotAndFastCallWithMethod() 288 … Int64And(callfield, Int64(Method::AOT_FASTCALL_BITS << MethodLiteral::IsAotCodeBit::START_BIT)); in JudgeAotAndFastCallWithMethod() 289 GateRef hasAot = Int64(1LLU << MethodLiteral::IsAotCodeBit::START_BIT); in JudgeAotAndFastCallWithMethod()
|
| D | stub_builder-inl.h | 2713 Int64LSR(callfield, Int64(Method::IsAotCodeBit::START_BIT)), in IsAotWithCallField() 2714 Int64((1LU << Method::IsAotCodeBit::SIZE) - 1)), in IsAotWithCallField()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 657 __ Btq(MethodLiteral::IsAotCodeBit::START_BIT, methodCallField); // is aot in JSBoundFunctionCallInternal()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 663 __ Tbz(callField, MethodLiteral::IsAotCodeBit::START_BIT, &slowCall); in JSBoundFunctionCallInternal()
|