Home
last modified time | relevance | path

Searched refs:isFinal (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Dinspector_extension.h33 std::function<void(const std::string &name, TypedValue value, bool isFinal, bool isAccessor)>;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H A Dorig_symbol.h108 return isFinal; in IsFinal()
110 void SetIsFinal(bool isFinal = true) in SetIsFinal()
112 this->isFinal = isFinal; in SetIsFinal()
349 bool isFinal = false; // if the field has final attribute, only when fieldID != 0
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dobject_repository.cpp237 auto propertyHandler = [this, &properties](auto &name, auto value, auto isFinal, auto isAccessor) { in GetProperties()
240 if (!isAccessor && isFinal) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp622 auto isFinal = BitOr(Int32Equal(*newTrue, Int32(PGOSampleType::WEIGHT_THRESHOLD)), in ProfileBranch() local
624 BRANCH(isFinal, &preProfile, &exit); in ProfileBranch()

Completed in 4 milliseconds