Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp604 …GateRef thisMethod = Load(VariableType::JS_ANY(), function, IntPtr(JSFunctionBase::METHOD_OFFSET)); in GenerateCircuit() local
648 …GateRef thisMethod = Load(VariableType::JS_ANY(), function, IntPtr(JSFunctionBase::METHOD_OFFSET)); in GenerateCircuit() local
5885 …GateRef thisMethod = Load(VariableType::JS_ANY(), function, IntPtr(JSFunctionBase::METHOD_OFFSET)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3416 const Method *thisMethod = Method::Cast(func->GetMethod().GetTaggedObject()); in RuntimeGetBytecodePcOfstForBaseline() local