Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.h44 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.h1670 void SetCurrentMethod(RuntimeInterface::MethodPtr currentMethod) in SetCurrentMethod()