Home
last modified time | relevance | path

Searched defs:bcAddr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp139 Address bcAddr = thread->GetRTInterface(RuntimeStubCSigns::ID_CallArg1AndCheckToBaseline); in Compile() local
140 LOG_INST() << " ID_CallArg1AndCheckToBaseline Address: " << std::hex << bcAddr; in Compile() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h370 auto bcAddr = GetPc(bcInst->GetAddress()); in BuildStringLengthIntrinsic() local
395 auto bcAddr = GetPc(bcInst->GetAddress()); in BuildStringIsEmptyIntrinsic() local
869 BuildAnyTypeCheckInst(size_t bcAddr, Inst *input, Inst *saveState, AnyBaseType type) BuildAnyTypeCheckInst() argument
1594 auto bcAddr = GetPc(bcInst->GetAddress()); TryBuildStringCharAtIntrinsic() local
[all...]

Completed in 12 milliseconds