Searched defs:fistPC (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 1457 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal() local 1506 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal() local 3118 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal() local 5116 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal() local 5150 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal() local
|
D | interpreter_assembly.cpp | 501 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn() local 529 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined() local 1771 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8() local 2730 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8() local 4396 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 2322 GateRef fistPC = Load(VariableType::NATIVE_POINTER(), method, in DECLARE_ASM_HANDLER() local 2385 GateRef fistPC = Load(VariableType::NATIVE_POINTER(), method, in DECLARE_ASM_HANDLER() local 2461 GateRef fistPC = Load(VariableType::NATIVE_POINTER(), method, in DECLARE_ASM_HANDLER() local 2536 GateRef fistPC = Load(VariableType::NATIVE_POINTER(), method, in DECLARE_ASM_HANDLER() local 2869 GateRef fistPC = Load(VariableType::NATIVE_POINTER(), method, in DECLARE_ASM_HANDLER() local
|