Home
last modified time | relevance | path

Searched defs:Scope (Results 1 - 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1_pause_tracker.h46 class Scope { class in ark::mem::G1PauseTracker
57 explicit Scope(G1PauseTracker *owner) : owner_(owner), startTimeUs_(ark::time::GetCurrentTimeInMicros()) {} in Scope() function in ark::mem::G1PauseTracker::Scope
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dscope.cpp34 Scope::Scope(Scope::Type type, RemoteObject object, std::optional<std::string> name) in Scope() function in ark::tooling::inspector::Scope
H A Dscope.h29 class Scope { class
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DenumLiteralType.h35 varbinder::Scope *Scope() in Scope() function in ark::es2panda::ark::es2panda::checker::EnumLiteralType
40 const varbinder::Scope *Scope() const in Scope() function in ark::es2panda::ark::es2panda::checker::EnumLiteralType
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DblockStatement.h43 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::BlockStatement
H A DloopStatement.h37 binder::LoopScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::LoopStatement
H A DswitchStatement.h67 binder::LocalScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::SwitchStatement
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DenumLiteralType.h36 binder::Scope *Scope() in Scope() function in panda::es2panda::panda::es2panda::checker::EnumLiteralType
41 const binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::checker::EnumLiteralType
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.h50 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; member in panda::ecmascript::tooling::ArkInternalValueType
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.h96 varbinder::VariableScope *Scope() const in Scope() function in ark::es2panda::ark::es2panda::compiler::LoopEnvScope
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsFunctionType.h50 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSFunctionType
H A DtsTypeParameterDeclaration.h49 binder::LocalScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeParameterDeclaration
H A DtsEnumDeclaration.h55 binder::TSEnumScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSEnumDeclaration
H A DtsConstructorType.h51 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSConstructorType
H A DtsSignatureDeclaration.h53 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSSignatureDeclaration
H A DtsInterfaceDeclaration.h55 binder::LocalScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSInterfaceDeclaration
H A DtsModuleDeclaration.h49 binder::TSModuleScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSModuleDeclaration
H A DtsMethodSignature.h56 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSMethodSignature
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DcatchClause.h66 binder::CatchScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DenvScope.h81 binder::VariableScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::compiler::VariableEnvScope
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dlayouts.py32 from .debug_types import DEFAULT_DEPTH, Frame, Paused, Scope namespace
H A Ddebug_types.py170 class Scope(Wrap[debugger.Scope]): class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
H A Dtest_breaks_props.py33 class Scope(TypedDict): class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dtypes_def.h78 uint32 Scope() const in Scope() function in maple::StIdx
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.h154 class Scope : public ClockScope { class in panda::ecmascript::GCStats
163 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope() function in panda::ecmascript::GCStats::Scope

Completed in 8 milliseconds

12