Home
last modified time | relevance | path

Searched defs:currentMethod (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DThisBindCheck.ts217 const currentMethod = assign.getCfg().getDeclaringMethod(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.h47 const MethodLiteral *currentMethod) in TypedBytecodeLowering()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_method_test.cpp219 EtsMethod *currentMethod = nullptr; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp1125 auto currentMethod = GetCurrentMethod(); in DumpSourceLine() local
Dinst.h1674 void SetCurrentMethod(RuntimeInterface::MethodPtr currentMethod) in SetCurrentMethod()