Searched refs:isFinal (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
H A D | inspector_extension.h | 33 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 D | orig_symbol.h | 108 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 D | object_repository.cpp | 237 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 D | profiler_stub_builder.cpp | 622 auto isFinal = BitOr(Int32Equal(*newTrue, Int32(PGOSampleType::WEIGHT_THRESHOLD)), in ProfileBranch() local 624 BRANCH(isFinal, &preProfile, &exit); in ProfileBranch()
|
Completed in 5 milliseconds