Home
last modified time | relevance | path

Searched refs:cast_other (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_gate_meta_data.h51 auto cast_other = static_cast<const JSBytecodeMetaData *>(&other); variable
52 if (opcode_ == cast_other->opcode_ &&
53 pcOffset_ == cast_other->pcOffset_ && type_ == cast_other->type_ &&
54 elementsKinds_ == cast_other->elementsKinds_) {
H A Dshare_gate_meta_data.h269 auto cast_other = static_cast<const BoolMetaData *>(&other); variable
270 if (value_ == cast_other->value_) {
310 auto cast_other = static_cast<const OneParameterMetaData *>(&other); variable
311 if (value_ == cast_other->value_) {
357 auto cast_other = static_cast<const StringMetaData *>(&other); variable
358 if (stringData_.size() != cast_other->GetString().size()) {
362 if (strncmp(stringData_.data(), cast_other->GetString().data(), stringData_.size()) != 0) {
H A Dmcr_gate_meta_data.h186 auto cast_other = static_cast<const TypedCallMetaData *>(&other); variable
187 if (noGC_ == cast_other->noGC_) {

Completed in 4 milliseconds